-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
51 lines (51 loc) · 1.05 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
Package: phenor
Title: An R phenology Modelling Framework
Version: 1.4
Authors@R: c(person(
family = "Hufkens",
given = "Koen",
email = "koen.hufkens@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5070-8109")),
person(given = "BlueGreen Labs",
role = c("cph", "fnd")))
Description: Provides an R phenology modelling framework.
Encoding: UTF-8
Depends:
R (>= 3.6)
Imports:
methods,
magrittr,
xml2,
zoo,
graphics,
stats,
GenSA,
BayesianTools,
httr,
rvest,
jsonlite,
raster,
terra,
ncdf4,
sp,
snow,
foreach,
doParallel,
daymetr,
ecmwfr,
utils
Suggests:
knitr,
covr,
rmarkdown,
testthat
Remotes:
github::florianhartig/BayesianTools/BayesianTools
License: AGPL-3
LazyData: true
ByteCompile: true
RoxygenNote: 7.3.1
URL: https://github.com/bluegreen-labs/phenor
BugReports: https://github.com/bluegreen-labs/phenor/issues
VignetteBuilder: knitr