Preliminaries
- Download and install latest version of R
- Download and install R tools
Install simulation engines
Campsis needs one of these simulation engines to perform simulations:
rxode2
(formerly RxODE
) or
mrgsolve
. Install your preferred package(s) as follows:
install.packages("rxode2")
install.packages("mrgsolve")
install.packages("RxODE") # Not on CRAN anymore but still supported by Campsis
Install Campsis
Install the latest release of campsis
from CRAN.
install.packages("campsis") # This will install 'campsismod' as well
Alternatively, campsis
may also be installed from GitHub
via devtools.
devtools::install_github("Calvagone/campsismod")
devtools::install_github("Calvagone/campsis")