Short Installation Instructions
installation.Rmd
Prerequisites for Model Building
See the Sections below for instructions. Short summary of what they do:
- Install the GNU
Scientific Library
- in your system, using your package management system
-
Ryacas
install.packages("Ryacas")
- uses yacas as backend
Installation of the R packages
# requires the 'remotes' package
if (!require(remotes)) install.packages(remotes)
remotes::install_github("icpm-kth/SBtabVFGEN",dependencies=TRUE)
remotes::install_github("icpm-kth/rgsl",dependencies=TRUE)
remotes::install_github("icpm-kth/uqsa",dependencies=TRUE)
MPI
If you want to run on several nodes of a cluster via MPI (debian/ubuntu):
and in R:
install.packages("pbdMPI")
On other systems, install the equivalent package for OpenMPI and pbdMPI (R package interfacing with MPI libraries on your system).