-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 1.12 KB
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 1.12 KB
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: GVS
Title: 'Geocoordinate Validation Service'
Version: 0.0.2
Authors@R: c(
person("Brian", "Maitner", email = "bmaitner@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0002-2118-9880")),
person("Brad", "Boyle", email = "bboyle@email.arizona.edu", role = c("aut")),
person("Rethvick Sriram Yugendra", "Babu", email = "rethvick@arizona.edu",
role = c("aut"))
)
Description: The 'Geocoordinate Validation Service' (GVS) runs checks of coordinates in latitude/longitude format. It returns annotated coordinates with additional flags and metadata that can be used in data cleaning. Additionally, the package has functions related to attribution and metadata information. More information can be found at <https://github.com/ojalaquellueva/gvs/tree/master/api>.
Depends:
R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LazyData: true
Imports:
jsonlite,
httr
Suggests:
knitr,
rmarkdown,
testthat,
devtools,
BIEN,
vcr (>= 0.6.0)
VignetteBuilder: knitr