-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
59 lines (59 loc) · 1.7 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
56
57
58
59
Package: tidygeocoder
Type: Package
Title: Geocoding Made Easy
Version: 1.0.5.9000
Authors@R:
c(person(given = "Jesse",
family = "Cambon",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6854-1514")),
person(given = "Diego",
family = "Hernangómez",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8457-4658")),
person(given = "Christopher",
family = "Belanger",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2070-5721")),
person(given = "Daniel",
family = "Possenriede",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-6738-9845")),
person(given = "Otto",
family = "Hansen",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-4618-5667"))
)
Description: An intuitive interface for getting data from geocoding services.
License: MIT + file LICENSE
URL: https://jessecambon.github.io/tidygeocoder/,
https://github.com/jessecambon/tidygeocoder
BugReports: https://github.com/jessecambon/tidygeocoder/issues
Depends: R (>= 3.3.0)
Imports:
tibble,
dplyr,
httr,
jsonlite,
lifecycle,
progress
Suggests:
knitr,
rmarkdown,
ggplot2,
ggrepel,
maps,
testthat (>= 3.0.2),
spelling
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Language: en-US