-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 896 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
Package: PhotoBioDynamics
Title: Simulate global photosynthetic dynamics
Version: 0.0.0.9000
Authors@R:
person(given = "Jannes",
family = "Breier",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9055-6904"))
Description: Simulate global photosynthetic dynamics by using directly
available remote sensing products. The approach is based on the work
of Haxeltine and Prentice, 1996 (https://doi.org/10.1029/96GB02344).
Depends:
R (>= 4.0.2),
magrittr(>= 1.5),
raster(>= 3.3.13)
Imports:
foreach (>= 1.5.0),
ncdf4 (>= 1.17),
abind (>= 1.4.5),
lubridate (>= 1.7.9),
doParallel (>= 1.0.16),
rvest (>= 0.3.6),
stringr (>= 1.4.0)
License: `use_mit_license()`
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat