-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
136 lines (136 loc) · 3.3 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
Package: LandR
Type: Package
Title: Landscape Ecosystem Modelling in R
Description: Utilities for 'LandR' suite of landscape simulation models.
These models simulate forest vegetation dynamics based on LANDIS-II, and
incorporate fire and insect disturbance, as well as other important ecological
processes. Models are implemented as 'SpaDES' modules.
URL:
https://landr.predictiveecology.org,
https://github.com/PredictiveEcology/LandR
Date: 2024-06-06
Version: 1.1.4
Authors@R: c(
person("Eliot J B", "McIntire", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6914-8316")),
person("Alex M", "Chubaty", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0001-7146-8135")),
person("Ceres", "Barros", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0003-4036-977X")),
person("Ian M S", "Eddy", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0001-7397-2116")),
person(paste("His Majesty the King in Right of Canada,",
"as represented by the Minister of Natural Resources Canada"),
role = "cph")
)
Depends:
R (>= 4.2)
Imports:
crayon,
data.table,
fpCompare,
ggplot2,
ggpubr,
ggspatial,
grDevices,
lme4,
methods,
MuMIn (>= 1.42.5),
parallel,
pemisc (>= 0.0.4.9011),
quickPlot,
raster,
RColorBrewer,
reproducible (>= 2.0.8),
sf,
sp,
SpaDES.tools (>= 2.0.4),
stats,
terra,
tidyterra,
tools,
utils,
viridis
Suggests:
bbmle,
biomod2 (>= 4.2-2),
BioSIM,
covr,
curl,
fasterize,
future,
future.apply,
googledrive (>= 2.0.0),
httr,
knitr,
lqmm,
MASS,
parallelly,
qs,
rasterVis,
RCurl,
RhpcBLASctl,
rlang,
rmarkdown,
roxygen2,
R.utils,
spelling,
testthat,
withr,
XML
Remotes:
CeresBarros/biomod2@dev_currentCeres,
RNCan/BioSimClient_R,
PredictiveEcology/map@development,
PredictiveEcology/pemisc@development,
PredictiveEcology/quickPlot@development,
PredictiveEcology/reproducible@development,
PredictiveEcology/SpaDES.core@development,
PredictiveEcology/SpaDES.tools@development
Encoding: UTF-8
Language: en-CA
License: GPL-3
VignetteBuilder: knitr, rmarkdown
BugReports: https://github.com/PredictiveEcology/LandR/issues
ByteCompile: yes
LazyData: true
Collate:
'LANDIS-II-tables.R'
'LandR-package.R'
'assertions.R'
'biomodWrappers.R'
'biosim.R'
'chooseName.R'
'cohorts.R'
'convertUnwantedLCC2.R'
'dem.R'
'disturbances.R'
'ecoregions.R'
'ecozones.R'
'fireSeverity.R'
'light-shade.R'
'makeDummyInputs.R'
'maps.R'
'maxBestimation.R'
'misc.R'
'nullClimate.R'
'overlayLCCs.R'
'partitionBiomass.R'
'plot_summaries.R'
'plotting.R'
'prepEcoregions.R'
'prepInputObjects.R'
'prepInputs_NTEMS.R'
'prepSpeciesLayers.R'
'seedDispersalLANDIS.R'
'serotiny-resprouting.R'
'speciesPresentFromKNN.R'
'speciesTable.R'
'sppEquivalencies_CA.R'
'sppHarmonize.R'
'studyArea.R'
'terra-raster-utils.R'
'wildfire.R'
'zzz.R'
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)