Published June 2, 2024
| Version v2.1.0
Software
Open
PredictiveEcology/SpaDES.core: v2.1.0
Authors/Creators
- 1. Canadian Forest Service, Government of Canada
- 2. @FOR-CAST
- 3. @PredictiveEcology
- 4. H2O.ai
Description
SpaDES.core 2.1.0
- fix issue with event queue
colnamesincompleted<-andall.equal.simList(#272); - fixed issue saving
simListobjects when multiple paths were used (e.g.,length(modulePath) > 1); - events can be defined directly in calls to
newModule(); - checkpoints are assumed to be used locally, and no longer invoke simulation file archiving and re-extraction of files (i.e., uses
saveSimList(..., inputs = FALSE, outputs = FALSE, cache = FALSE, files = FALSE)); - improved recovery of interrupted simulations via
savedSimEnv()$.sim--savedSimEnv()is now exported for easier discovery -- an internal package environment is used, unless the user specifiesoptions(reproducible.memoisePersist = TRUE), which will use the global environment to store the.simobject; - switch from
crayon(superseded) toclifor message colours;
Dependency changes
- require
reproduciblev2.1.0 or higher;
Breaking changes
- due to upstream changes in
reproducible,loadSimList()is incompatible withsimListobjects saved with earlier versions ofSpaDES.core.
Files
PredictiveEcology/SpaDES.core-v2.1.0.zip
Files
(1.4 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:922a759db1784f0f36d26ed1a067ea51
|
1.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/PredictiveEcology/SpaDES.core/tree/v2.1.0 (URL)