-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
55 lines (55 loc) · 1.66 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
43
44
45
46
47
48
49
50
51
52
53
54
55
Type: Package
Package: opencage
Title: Geocode with the OpenCage API
Version: 0.2.2.9000
Authors@R: c(
person("Daniel", "Possenriede", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6738-9845")),
person("Jesse", "Sadler", role = "aut",
comment = c(ORCID = "0000-0001-6081-9681")),
person("Maëlle", "Salmon", role = "aut",
comment = c(ORCID = "0000-0002-2815-0399")),
person("Noam", "Ross", role = "ctb"),
person("Jake", "Russ", role = "ctb"),
person("Julia", "Silge", role = "rev",
comment = "Julia Silge reviewed {opencage} (v. 0.1.0) for rOpenSci, see <https://github.com/ropensci/onboarding/issues/36>.")
)
Description: Geocode with the OpenCage API, either from place name to
longitude and latitude (forward geocoding) or from longitude and
latitude to the name and address of a location (reverse geocoding),
see <https://opencagedata.com>.
License: GPL (>= 2)
URL: https://docs.ropensci.org/opencage/,
https://github.com/ropensci/opencage
BugReports: https://github.com/ropensci/opencage/issues
Depends:
R (>= 3.4.0)
Imports:
crul (>= 0.5.2),
dplyr (>= 0.7.4),
jsonlite (>= 1.5),
lifecycle,
memoise (>= 1.1.0),
progress (>= 1.1.2),
purrr (>= 0.2.4),
ratelimitr (>= 0.4.0),
rlang,
tibble (>= 1.4.2),
tidyr (>= 0.8.0),
withr (>= 2.0.0)
Suggests:
knitr (>= 1.19),
mockery,
rmarkdown (>= 1.8),
sf (>= 0.9),
testthat (>= 3.1.0)
VignetteBuilder:
knitr
RdMacros:
lifecycle
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3