-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
27 lines (27 loc) · 1.02 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
Package: sdwisard
Type: Package
Title: R wrapper for accessing a pretend API for SDWIS
Version: 0.1.0
Authors@R: c(
person("Sadie", "Gill", email = "[email protected]", role = c("aut", "cre")),
person("Emanuel", "Rodriguez", email = "[email protected]", role = c("aut")),
person("Rich", "Pauloo", email = "[email protected]", role = c("aut")))
Description: This package was developed as an entry to the CA Water Data Challenge 2020.
It demonstrates the utility of easy to use API wrappers to empower analysts
to get more done with data with less effort. Currently the SDWIS database is inconvenient
to query and there is no public facing API. This wrapper grabs data hosted in an
AWS s3 bucket so we can pretend there is already the infrastructure to support
this type of development.
License: CC0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
dplyr,
data.table
Suggests:
testthat,
rmarkdown
URL: https://caopenwater.github.io/sdwisard/
Depends:
R (>= 2.10)