SpaDES requires R version 3.2.2 or greater but works best with R version 3.3.1 or greater.
Download and install the latest version of R (3.3.2) from https://cran.rstudio.com/
December 7, 2016
SpaDES requires R version 3.2.2 or greater but works best with R version 3.3.1 or greater.
Download and install the latest version of R (3.3.2) from https://cran.rstudio.com/
Download and install the latest RStudio from https://www.rstudio.com/products/rstudio/download
Developer preview versions are available from https://www.rstudio.com/products/rstudio/download/preview/
SpaDESEnsure you have updated the packages on your computer, installed the latest development version of the SpaDES package and its dependencies:
## update your packages and install prerequisites
update.packages(ask = FALSE, checkBuilt = TRUE)
install.packages(c("devtools", "knitr", "profvis", "rmarkdown", "SpaDES"),
dependencies = TRUE)
## install SpaDES to your default package library
## to install elsewhere use 'withr::with_libpaths()'
devtools::install_github("PredictiveEcology/SpaDES@development",
dependencies = TRUE)
# check package version
packageVersion("SpaDES") ## should be >= 1.3.1.9016
Important note (esp. for non-Windows users):
Installing
SpaDESwill install a number of additional spatial packages, some of which have additional system dependencies not covered by simply installing the R package.
See this post on how to ensure you can install the system dependencies required to install these packages.
SpaDES needsUse a pre-existing module as is? Which one(s)?
Modify a pre-exising module? Enhance it? Fix bugs?
Are you going to make a new module?
Add a new module to a group of other modules (e.g., add fires to vegetation dynamics)?
Learn some ecological modeling?
Come with specific problems …
.R or .Rmd file.