Installing Rcpp

MIPanalyzer relies on the Rcpp package, which requires the following OS-specific steps:

Installing and loading MIPanalyzer

Next, in R, ensure that you have the devtools package installed by running

install.packages("devtools", repos = 'http://cran.us.r-project.org')

Then install the MIPanalyzer package directly from GitHub by running

devtools::install_github("mrc-ide/MIPanalyzer", ref = "v1.1.0")

If you have any problems installing then please raise an issue on github.

Assuming everything installed correctly, we need to load the package:

library(MIPanalyzer)

You can test that the package is loaded and working by running the following command, which should produce this output:

check_MIPanalyzer_loaded()


mrc-ide/MIPanalyzer documentation built on Jan. 17, 2024, 7:16 p.m.