-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 879 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: ridges
Title: Download Elevation Data For Anywhere In The World And Visualize It
Version: 0.0.0.9000
Authors@R:
person("Jan", "Simson", , "jan.simson@lmu.de", role = c("aut", "cre"))
Description: The ridges package allows downloading topographical elevation data and visualizing it using various plots. Elevation data can be visualized as ridgeline plots and topographical heat maps.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
sf,
elevatr,
shiny,
leaflet,
leaflet.extras,
osmdata,
ggplot2,
terra,
ggridges,
svglite
Depends:
R (>= 3.5)
LazyData: true
URL: http://simson.io/ridges/, https://github.com/jansim/ridges
Suggests:
testthat (>= 3.0.0),
raster,
vdiffr,
withr
Config/testthat/edition: 3
BugReports: https://github.com/jansim/ridges/issues