-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.3 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: caladaptr
Type: Package
Title: Import Climate Data from Cal-Adapt via the API
Version: 0.6.8
Date: 2022-11-29
Authors@R: c(person(given = "Andy",
family = "Lyons",
role = c("aut", "cre"),
email = "caladaptr@gmail.com",
comment = c(ORCID = "0000-0002-7505-6709")),
person(given = "Regents of the University of California",
role = "cph"),
person(given = "California Strategic Growth Council",
role = "fnd"))
BugReports: https://github.com/ucanr-igis/caladaptr/issues
URL: https://ucanr-igis.github.io/caladaptr
Description: Base functions for importing climate data using the
Cal-Adapt API <https://cal-adapt.org/>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports:
backports,
crayon,
curl,
DBI,
dbplyr,
digest,
dplyr,
fastmatch,
geojsonsf,
httr,
lifecycle,
magrittr,
purrr,
RSQLite,
sf,
shiny,
stars,
tibble,
tmap,
units,
utils,
zip
RoxygenNote: 7.2.1
Suggests:
chillR,
cubelyr,
ggplot2,
lubridate,
DiagrammeR,
httptest,
testthat,
knitr,
parallel,
rmarkdown,
roxygen2
Depends:
R (>= 3.6)
VignetteBuilder: knitr
Config/testthat/edition: 3