-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
30 lines (30 loc) · 942 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
Package: rgeocodio
Type: Package
Title: Tools to Work with the 'Geocodio' 'API'
Version: 0.3.0
Date: 2018-05-05
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Charlie", "Thompson", email = "chuck@rcharlie.com", role = "aut"),
person("Lyubomir", "Georgiev", email = "lyubomir.georgiev@gmail.com", role = "ctb")
)
Maintainer: Bob Rudis <bob@rud.is>
Description: A set of tools to perform individual or batch forward or reverse
geocoding using the 'Geocodio' (<http://geocod.io/>) 'API'. You need an 'API' key --
which has a free tier -- to use this package.
URL: https://github.com/hrbrmstr/rgeocodio
BugReports: https://github.com/hrbrmstr/rgeocodio/issues
Encoding: UTF-8
License: AGPL
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0)
Imports:
purrr,
httr,
jsonlite,
tibble
RoxygenNote: 7.1.0