v1.1.2 is now available on CRAN!
This release introduces several important additions and performance enhancements, as well as numerous bug fixes.
The main additions are:
- simulations now run an order of magnitude faster
- added a new
experiment
function to facilitate simulation experiments - added a new
shine
function to visualize a simulation’ssimList
object as ashiny
app - bug fixes in plotting and event scheduling
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.