forked from r-lib/isoband
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.23 KB
/
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
33
34
35
36
37
38
39
40
41
42
Package: isoband
Title: Generate Isolines and Isobands from Regularly Spaced Elevation Grids
Version: 0.2.4
Authors@R:
c(person(given = "Claus O.",
family = "Wilke",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7470-9261")),
person(given = "Thomas Lin",
family = "Pedersen",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-5147-4711")),
person(given = "testthat and Catch authors",
role = "ctb",
comment = "testthat C++ testing code"))
Description: A fast C++ implementation to generate contour lines (isolines) and
contour polygons (isobands) from regularly spaced grids containing elevation data.
URL: https://github.com/wilkelab/isoband
BugReports: https://github.com/wilkelab/isoband/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
grid,
utils
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Config/testthat/edition: 3
Suggests:
covr,
ggplot2,
knitr,
magick,
microbenchmark,
rmarkdown,
sf,
testthat,
xml2
SystemRequirements: C++11
VignetteBuilder: knitr