-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.45 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
62
Package: cft
Type: Package
Title: Climate Futures Toolbox
Version: 1.0.0
Authors@R: c(
person(given = "Ty",
family = "Tuff",
role = c("aut"),
email = "ty.tuff@colorado.edu",
comment = c(ORCID = "0000-0001-5249-5197")),
person(given = "Megan",
family = "Collins",
role = c("aut"),
email = "megan.h.collins@colorado.edu"),
person(given = "Travis",
family = "Williams",
role = c("aut"),
email = "travis.williams@colorado.edu"),
person(given = "Max",
family = "Joseph",
role = c("aut", "cre"),
email = "maxwell.b.joseph@colorado.edu",
comment = c(ORCID = "0000-0002-7745-9990")),
person(given = "Natasha",
family = "Stavros",
role = c("aut"),
email = "natasha.stavros@colorado.edu",
comment = c(ORCID = "0000-0001-6657-7310"))
)
Maintainer: Ty Tuff <ty.tuff@colorado.edu>
Description: Process data for the Climate Futures Toolkit.
URL: https://github.com/earthlab/cft
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0),
dplyr,
tidync,
tidyr,
lubridate,
osmdata,
sf,
stars,
epitools,
raster,
ggplot2,
future,
furrr,
rlist,
plyr,
pipeR
Imports:
knitr,
rmarkdown,
ggthemes,
testthat (>= 2.1.0)
Suggests:
climateR,
tibble
VignetteBuilder: knitr
RoxygenNote: 7.1.2