-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
87 lines (87 loc) · 2.4 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
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
Package: barrks
Type: Package
Title: Calculate Bark Beetle Phenology Using Different Models
Version: 1.0.1
Description: Calculate the bark beetle phenology based on raster data or
point-related data. There are multiple models implemented for two bark
beetle species. The models can be customized and their submodels (onset of
infestation, beetle development, diapause initiation, mortality) can be
combined. The following models are available in the package:
PHENIPS-Clim (first-time release in this package),
PHENIPS (Baier et al. 2007) <doi:10.1016/j.foreco.2007.05.020>,
RITY (Ogris et al. 2019) <doi:10.1016/j.ecolmodel.2019.108775>,
CHAPY (Ogris et al. 2020) <doi:10.1016/j.ecolmodel.2020.109137>,
BSO (Jakoby et al. 2019) <doi:10.1111/gcb.14766>,
Lange et al. (2008) <doi:10.1007/978-3-540-85081-6_32>,
Jönsson et al. (2011) <doi:10.1007/s10584-011-0038-4>.
The package may be expanded by models for other bark beetle species in the
future.
Authors@R: c(
person("Jakob", "Jentschke", email = "[email protected]",
role = c("aut", "cre")),
person("FVA BW, Abt. Waldschutz", email = "[email protected]",
role = c("cph", "fnd"))
)
URL: https://jjentschke.github.io/barrks/, https://github.com/jjentschke/barrks/
BugReports: https://github.com/jjentschke/barrks/issues/
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
RdMacros: Rdpack
Imports:
dplyr,
purrr,
terra (>= 1.7-18),
Rdpack,
base,
lubridate,
readr,
stringr
Collate:
'appearance.R'
'barrks-package.R'
'bso-phenology-results.R'
'bso-phenology.R'
'utils.R'
'bso-plot.R'
'create-daylengths.R'
'create-events.R'
'create-suntimes.R'
'data.R'
'utils-model-functions.R'
'model.R'
'model-bso.R'
'model-phenips.R'
'model-rity.R'
'model-chapy.R'
'model-combine.R'
'model-joensson.R'
'model-lange.R'
'model-phenips-clim.R'
'phenology-properties.R'
'phenology-results.R'
'phenology.R'
'plot-development-diagram.R'
'stations.R'
'utils-doc.R'
'utils-log.R'
'utils-storage.R'
VignetteBuilder: knitr
Depends:
R (>= 4.3.0)
Suggests:
devtools,
geosphere,
graphics,
knitr,
mnormt,
ncdf4,
rlang,
rmarkdown,
suncalc,
tidyverse,
tinytest,
utils,
viridisLite