forked from r-lib/isoband
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 952 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
33
34
35
36
37
38
39
40
Package: isoband
Title: Generate Isolines and Isobands from Regularly Spaced Elevation Grids
Version: 0.2.0.9000
Authors@R:
person(
given = "Claus",
middle = "O.",
family = "Wilke",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7470-9261")
)
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
LinkingTo:
Rcpp,
testthat
Imports:
Rcpp,
grid,
utils
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Suggests:
covr,
ggplot2,
knitr,
lwgeom,
magick,
microbenchmark,
rmarkdown,
sf,
testthat
SystemRequirements: C++11
VignetteBuilder: knitr