v1.1.1 is now available on CRAN!
This release fixes an issue caused by a recent change in the archivist
package, and improves module coverage testing.
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.