-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
135 lines (135 loc) · 3.66 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
Package: SpaDES.core
Type: Package
Title: Core Utilities for Developing and Running Spatially Explicit Discrete Event Models
Description: Provides the core framework for a discrete event system to
implement a complete data-to-decisions, reproducible workflow.
The core components facilitate the development of modular pieces,
and enable the user to include additional functionality by running user-built modules.
Includes conditional scheduling, restart after interruption, packaging of
reusable modules, tools for developing arbitrary automated workflows,
automated interweaving of modules of different temporal resolution,
and tools for visualizing and understanding the within-project dependencies.
The suggested package 'NLMR' can be installed from the repository
(<https://PredictiveEcology.r-universe.dev>).
URL:
https://spades-core.predictiveecology.org/,
https://github.com/PredictiveEcology/SpaDES.core
Date: 2024-06-06
Version: 2.1.3
Authors@R: c(
person("Alex M", "Chubaty", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-7146-8135")),
person("Eliot J B", "McIntire", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6914-8316")),
person("Yong", "Luo", , "[email protected]", role = "ctb"),
person("Steve", "Cumming", , "[email protected]", role = "ctb"),
person("Ceres", "Barros", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-4036-977X")),
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),
quickPlot (>= 1.0.2),
reproducible (>= 2.1.1)
Imports:
cli,
data.table (>= 1.11.0),
fs,
igraph (>= 1.0.1),
lobstr,
methods,
qs (>= 0.21.1),
Require (>= 0.3.1),
stats,
terra (>= 1.7-46),
tools,
utils,
whisker
Suggests:
archive,
CircStats,
codetools,
covr,
DiagrammeR (>= 0.8.2),
future,
future.callr,
ggplot2,
ggplotify,
httr,
knitr,
lattice,
lme4,
logging,
magrittr,
NLMR (>= 1.1.1),
pkgload,
png,
RColorBrewer (>= 1.1-2),
raster (>= 2.5-8),
rmarkdown,
roxygen2,
RSQLite,
rstudioapi,
sp,
SpaDES.tools (>= 2.0.0),
tcltk,
testthat (>= 1.0.2),
withr
Additional_repositories: https://predictiveecology.r-universe.dev/
Encoding: UTF-8
Language: en-CA
License: GPL-3
VignetteBuilder: knitr, rmarkdown
BugReports: https://github.com/PredictiveEcology/SpaDES.core/issues
ByteCompile: yes
Collate:
'module-dependencies-class.R'
'misc-methods.R'
'environment.R'
'helpers.R'
'simList-class.R'
'times.R'
'simList-accessors.R'
'Plots.R'
'cache.R'
'check.R'
'priority.R'
'checkpoint.R'
'code-checking.R'
'convertToPackage.R'
'copy.R'
'debugging.R'
'downloadData.R'
'simulation-parseModule.R'
'simulation-simInit.R'
'load.R'
'memory-leaks.R'
'memory.R'
'modActiveBinding.R'
'module-define.R'
'module-dependencies-methods.R'
'module-param-check.R'
'module-repository.R'
'module-template.R'
'moduleCoverage.R'
'moduleMetadata.R'
'objectSynonyms.R'
'options.R'
'paths.R'
'plotting-diagrams.R'
'plotting.R'
'progress.R'
'project-template.R'
'reexports.R'
'restart.R'
'save.R'
'saveLoadSimList.R'
'simulation-spades.R'
'spades-classes.R'
'spades-core-deprecated.R'
'spades-core-package.R'
'suppliedElsewhere.R'
'zzz.R'
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1