Skip to content
Alex Chubaty edited this page Aug 12, 2014 · 17 revisions

Installation

Currently the package is only available on GitHub, so to install SpaDES you will need the devtools package:

install.packages("devtools")
library("devtools")

Then install the current stable release version of SpaDES:

install_github("achubaty/SpaDES")