-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
33 lines (33 loc) · 932 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
31
32
33
Package: cimir
Title: Interface to the CIMIS Web API
Version: 0.4-1
Authors@R:
person(given = "Michael",
family = "Koohafkan",
role = c("aut", "cre"),
email = "[email protected]")
Description: Connect to the California Irrigation Management
Information System (CIMIS) Web API. See the CIMIS main page
<https://cimis.water.ca.gov> and web API documentation
<https://et.water.ca.gov> for more information.
License: GPL (>= 3)
URL: https://github.com/mkoohafkan/cimir
BugReports: https://github.com/mkoohafkan/cimir/issues
Depends: R (>= 3.4)
Imports:
curl (>= 4.3),
glue (>= 1.3),
stringr (>= 1.4),
dplyr (>= 0.8),
tidyr (>= 1.0),
jsonlite (>= 1.6),
purrr (>= 0.3),
rlang (>= 0.4)
Encoding: UTF-8
LazyData: true
Suggests:
knitr (>= 1.21),
rmarkdown (>= 1.11)
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)