Skip to content

BDI-pathogens/mastiff

Repository files navigation

mastiff

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 that have usefulness beyond infectious disease epidemiology.

Installation

I think one or all of the following three methods should work. mastiff is currently a private repository, and will stay private for a little while during development, so the command you use to access it on GitHub needs to know about your GitHub credentials. Hopefully you know how to do that for git clone from the command line. remotes::install_github() has an auth_token argument that will try to find the file with your credentials if it’s in a standard place, or you can use this argument to manually provide your GitHub access token.

  1. In R:
install.packages("remotes") # if not already installed
remotes::install_github("BDI-pathogens/mastiff", build_vignettes = TRUE)
  1. In a terminal / from the command line:
git clone https://github.com/BDI-pathogens/mastiff.git

Then in R, changing your directory to the repository you’ve just cloned, and running

install.packages("devtools") # if not already installed
devtools::install(".", build_vignettes = TRUE)
  1. In R:
# install.packages("pak")
pak::pak("BDI-pathogens/mastiff")

About

Mathematical and Statistical Utilities by the Fraser Group at Oxford

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages