SpaDES v1.1.0 now on CRAN

R
SpaDES
Author

Alex Chubaty and Eliot McIntire

Published

January 26, 2016

v1.1.0 is now available on CRAN!

SpaDES (Spatial Discrete Event Simulation) is a generic simulation platform that can be used to create new model components quickly. It’s’ easy to implement a variety of simulation models including raster-based, event-based, and agent-based models.

The latest version of SpaDES introduces several new features and fixes a number of issues from the previous 1.0.1 release, including:

For a complete list of changes, see the package’s NEWS file.

Please note that due to the number and scope of the enhancements, modules previously developed using the previous version may not work.

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:

https://github.com/PredictiveEcology/SpaDES/wiki

Reporting bugs

Contact us via the package GitHub site: https://github.com/PredictiveEcology/SpaDES/issues.