-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
44 lines (44 loc) · 1.33 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
Type: project
Package: SpaDES4Dummies
Title: A SpaDES tutorial for begginners
Version: 1.3.0
Date: 2023-09-05
Authors@R: c(
person("Ceres", "Barros", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4036-977X")),
person("Tati", "Micheletti", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-4838-8342")),
person("Alex M", "Chubaty", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-7146-8135"))
)
Description: This guide is an introduction to the `SpaDES` `R` modelling
platform. It covers how to make and link `SpaDES` modules using
`SpaDES` in two examples. Both examples draw on basic uses of
statistical models in ecology, notably the relationships between
environmental variables and species abundance and presence.
License: GPL-3
URL:
https://ceresbarros.github.io/SpaDES4Dummies/,
https://github.com/CeresBarros/SpaDES4Dummies
Depends:
R (>= 4.3)
Imports:
bookdown,
geodata,
ggplot2,
htmlwidgets,
png,
raster,
rcmdcheck,
rmarkdown,
rsvg,
quickPlot (>= 1.0.2),
SpaDES,
SpaDES.tools,
SpaDES.experiment
Remotes:
PredictiveEcology/SpaDES.experiment@development
Encoding: UTF-8
Language: en-CA
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3