forked from PecanProject/pecan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
91 lines (91 loc) · 2.26 KB
/
Copy pathDESCRIPTION
File metadata and controls
91 lines (91 loc) · 2.26 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Package: PEcAn.data.atmosphere
Type: Package
Title: PEcAn Functions Used for Managing Climate Driver Data
Version: 1.9.1
Authors@R: c(person("Mike", "Dietze", role = c("aut"),
email = "dietze@bu.edu"),
person("David", "LeBauer", role = c("aut", "cre"),
email = "dlebauer@email.arizona.edu"),
person("Carl", "Davidson", role = c("aut"),
email = "davids14@illinois.edu"),
person("Rob", "Kooper", role = c("aut"),
email = "kooper@illinois.edu"),
person("Deepak", "Jaiswal", role = c("aut"),
email = "djaiswal@djaiswal.edu"),
person("University of Illinois, NCSA", role = c("cph")))
Description: The Predictive Ecosystem Carbon Analyzer (PEcAn) is a scientific
workflow management tool that is designed to simplify the management of
model parameterization, execution, and analysis. The PECAn.data.atmosphere
package converts climate driver data into a standard format for models
integrated into PEcAn. As a standalone package, it provides an interface to
access diverse climate data sets.
Depends: R (>= 4.1.0)
Imports:
abind (>= 1.4.5),
amerifluxr,
assertthat,
arrow,
curl,
dplyr (>= 0.8.1),
foreach,
geonames (> 0.998),
glue,
httr,
jsonlite,
lubridate (>= 1.6.0),
MASS,
mgcv,
ncdf4 (>= 1.15),
nneo,
PEcAn.DB,
PEcAn.logger,
PEcAn.remote,
PEcAn.utils,
purrr (>= 0.2.3),
raster,
REddyProc,
reshape2,
rlang (>= 0.2.0),
sf,
sp,
stringr (>= 1.1.0),
suntools,
terra,
tibble,
tidyr,
tidyselect,
truncnorm,
units,
utils,
XML (>= 3.98-1.4),
xts,
zoo
Suggests:
doParallel,
ecmwfr (>= 2.0.0),
doSNOW,
furrr,
future,
getPass,
ggplot2,
knitr,
mockery,
parallel,
PEcAn.settings,
progress,
reticulate,
rmarkdown,
testthat (>= 3.1.7),
withr
Remotes:
github::adokter/suntools,
github::chuhousen/amerifluxr,
github::ropensci/geonames,
github::ropensci/nneo
License: BSD_3_clause + file LICENSE
Copyright: Authors
LazyLoad: yes
LazyData: FALSE
VignetteBuilder: knitr, rmarkdown
Encoding: UTF-8
RoxygenNote: 7.3.2