-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.13 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
Package: cder
Title: Interface to the California Data Exchange Center (CDEC)
Version: 0.3-1
Authors@R:
person(given = "Michael",
family = "Koohafkan",
role = c("aut", "cre"),
email = "[email protected]")
Description: Connect to the California Data Exchange Center (CDEC)
Web Service <http://cdec.water.ca.gov/>. 'CDEC' provides a centralized
database to store, process, and exchange real-time hydrologic information
gathered by various cooperators throughout California. The 'CDEC' Web Service
<http://cdec.water.ca.gov/dynamicapp/wsSensorData> provides a data download
service for accessing historical records.
License: GPL (>= 3)
URL: https://github.com/mkoohafkan/cder
BugReports: https://github.com/mkoohafkan/cder/issues
Depends: R (>= 3.4)
Imports:
utils,
curl (>= 4.3),
glue (>= 1.3),
stringr (>= 1.4),
dplyr (>= 1.1),
readr (>= 1.3),
lubridate (>= 1.7)
Encoding: UTF-8
Suggests:
knitr (>= 1.26),
rmarkdown (>= 2.0),
testthat (>= 2.3)
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3