Published February 21, 2020
| Version v1.0.0
Software
Open
PredictiveEcology/SpaDES.core: v1.0.0
Authors/Creators
- 1. Canadian Forest Service, Government of Canada
- 2. H2O.ai
Description
Known issues: https://github.com/PredictiveEcology/SpaDES.core/issues
version 1.0.0 new features- several efforts made to reduce memory leaks over long simulations; if memory leaks are a problem, setting
options('spades.recoveryMode' = 0)may further help - Updates to deal with new backend with
reproducible - better assertions inside list elements of
simInit, e.g.,simInit(times = list(start = "test"))now fails because times must be a list of 2numericobjects - messaging is now all with
messageinstead of a mixture ofmessage,catandprint. This allows for easier suppressing of messaging, e.g., viasuppressMessages. This was requested in a downstream package,SpaDES.experimentthat was submitted to CRAN but rejected due to the now former inability to suppress messages. - logging to file is now possible via
debugarg insimInit, usingloggingpackage. See?simInit
- moved packages from Imports to Suggests:
codetools,future,httr,logging, andtcltk - removed
archivist
.objSizeInclEnviros and removed
- removed mention of 'demo' from intro vignette (#110)
objectSynonymscaused a breakage under some conditions related to recovering a module fromCache.
Files
PredictiveEcology/SpaDES.core-v1.0.0.zip
Files
(5.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:ac912ad7844645250aa2384f7f31ee35
|
5.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PredictiveEcology/SpaDES.core/tree/v1.0.0 (URL)