-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 860 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
Type: Package
Package: feltr
Title: Read Spatial Data from Felt
Version: 0.1.2.9000
Authors@R:
person("Eli", "Pousson", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8280-1706"))
Maintainer: Eli Pousson <[email protected]>
Description: Read Felt maps to simple feature objects in R.
License: MIT + file LICENSE
URL: https://github.com/elipousson/feltr/,
https://elipousson.github.io/feltr/
BugReports: https://github.com/elipousson/feltr/issues
Imports:
cli (>= 2.5.0),
grDevices,
httr2,
lifecycle,
rlang (>= 1.1.0),
sf,
vctrs
Suggests:
covr,
httptest2,
rasterpic,
RcppSimdJson,
testthat (>= 3.0.0),
xml2
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)