Core functionality for Spatial Discrete Event Simulation (SpaDES)
Website: http://SpaDES.PredictiveEcology.org
Wiki: https://github.com/PredictiveEcology/SpaDES/wiki
Install from CRAN:
Install from GitHub:
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/SpaDES.core", dependencies = TRUE) # master
Install from GitHub:
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/SpaDES.core", ref = "development", dependencies = TRUE)
Please see CONTRIBUTING.md
for information on how to contribute to this project.