-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
42 lines (42 loc) · 1.44 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: osmextract
Type: Package
Title: Download and Import Open Street Map Data Extracts
Version: 0.5.1.900
Authors@R: c(
person("Andrea", "Gilardi", email = "[email protected]", role=c("aut", "cre"),
comment = c(ORCID = "0000-0002-9424-7439")),
person("Robin", "Lovelace", role = c("aut"),
comment = c(ORCID = "0000-0001-5679-6536")),
person("Barry", "Rowlingson", role=c("ctb"),
comment = c(ORCID = "0000-0002-8586-6625")),
person("Salva", "Fernández", role = c("rev"),
comment = c("Salva reviewed the package (v. 0.1) for rOpenSci, see <https://github.com/ropensci/software-review/issues/395>")),
person("Nicholas", "Potter", role = c("rev"),
comment = c("Nicholas reviewed the package (v. 0.1) for rOpenSci, see <https://github.com/ropensci/software-review/issues/395>"))
)
Description: Match, download, convert and import Open Street Map data extracts
obtained from several providers.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://docs.ropensci.org/osmextract/, https://github.com/ropensci/osmextract
BugReports: https://github.com/ropensci/osmextract/issues
Depends: R (>= 3.6.0)
Imports:
sf (>= 0.8.1),
utils,
tools,
httr,
jsonlite
Suggests:
testthat (>= 3.0.2),
knitr,
rmarkdown,
covr,
withr
VignetteBuilder: knitr
Language: en-GB
Config/testthat/edition: 3
Config/build/copy-method: link