install.packages("devtools")
library(devtools)Install SimBA
SimBA Basics: Vignette 1
SimBA is a suite or R packages on github. At some point, we will make them available on CRAN, but for now you will need to install them directly from github using an R package called devtools.
NOTE: When you install R packages, you might have to install some additional packages that they depend on. This can take some time, so please be patient.
devtools
This will install and load devtools.
ramp.xds
Core computation for SimBA is done by ramp.xds.
If you’ve installed and loaded devtools. These commands download and install ramp.xds.
devtools::install_github("dd-harp/ramp.xds")
library(ramp.xds)The Rest
This will install (but not load) the rest:
devtools::install_github("dd-harp/ramp.library")
devtools::install_github("dd-harp/ramp.control")
devtools::install_github("dd-harp/ramp.forcing")
devtools::install_github("dd-harp/ramp.demog")
devtools::install_github("dd-harp/ramp.work")Next
After installing the software, we recommend the next vignette: Build a Model