v1.1.3 is now available on CRAN!
This release fixes a number of bugs that had crept through last week’s 1.1.2 release.
The main additions are:
- bug fix in
experimentthat did not allow parallel spawning on some systems and crashed with emptyoutputsargument - fix minor bugs in
sampleModules - lots of documentation enhancements, esp.
?inputsand?outputs - add
.plotInitialTimeand.saveInitialTimearguments tospades()to easily allow turning off plotting and saving
For a complete list of changes, see the package’s NEWS file.
Getting started with SpaDES
Installation
# install `SpaDES` from CRAN
install.packages("SpaDES")
# install suggested package `fastshp`
# (requires development tools, e.g., Rtools)
install.packages("fastshp", repos = "https://rforge.net", type = "source")Documentation
Vignettes:
Available at the wiki as well as in your R session:
browseVignettes(package="SpaDES")Website:
https://SpaDES.PredictiveEcology.org
Wiki:
Reporting bugs
Contact us via the package GitHub site: https://github.com/PredictiveEcology/SpaDES/issues.