This repository and the files within are mostly for welcome documents (like the website) as well as administrative documents and R scripts. Users would generally be those interested in organizing or coordinating the Epidemiology Group activities and meetings. General members of the group are suggested to mainly use the Trello board.
Want to contribute? Great! Check out the SDCA contributing guidlines for more detail on how to contribute to these documents. Note that all SDCA projects adhere to a Contributor Code of Conduct and by contributing to this project you agree to abide by its terms. This project is also licensed under a CC-BY 4.0 and by contributing any content, you agree to the licenses terms.
If you want to use the R scripts you need to install the necessary packages.
Open up the epi.Rproj
in RStudio and in the R Console, copy and paste these
functions.
# Install remotes package first
remotes::install_deps(dependencies = TRUE)