mastiff is short for mathematical and statistical utilities by the Fraser group at Oxford. That’s Christophe Fraser’s group in the Pandemic Sciences Institute, University of Oxford. We work on infectious disease epidemiology. This package will collect mathematical and statistical methods we write in R (and stan) that have usefulness beyond infectious disease epidemiology.
One or all of the following three methods should work.
- In R:
install.packages("remotes") # if not already installed
remotes::install_github("BDI-pathogens/mastiff", build_vignettes = TRUE)- In a terminal / from the command line:
git clone https://github.com/BDI-pathogens/mastiff.gitThen in R, change your directory to the repository you’ve just cloned, and run
install.packages("devtools") # if not already installed
devtools::install(".", build_vignettes = TRUE)- In R:
install.packages("pak") # if not already installed
pak::pak("BDI-pathogens/mastiff")
mastiff logo by Lucy Back.