To install packages from the R4EPIs project, you should use the {drat} package:
install.packages("drat", repos = "https://cran.rstudio.com")
Now you can use {drat} to register the R4EPIs repository as a valid repository:
drat:::add("R4EPI")
Now you can install any of the R4Epis packages:
install.packages("sitrep")
install.packages("apyramid")
install.packages("msfdict")
install.packages("epibuffet")
install.packages("msfmisc")
install.packages("linelist") # RECON
install.packages("matchmaker") # RECON
The packages included in this drat repository are maintained in the packages.txt, which contains the github accounts and names of the packages.
The data and metadata associated with this page are built with the {drat.builder} package.
This page is maintained under a GitHub Action that will check if the packages updated and build them to this repo. If you want to update a package (e.g. change its version number), edit the packages.txt file and the GitHub Action will update the packages automagically.
Assuming the above works just fine, you shouldn’t have to use this, but it is here for posterity.
Install {drat.builder} via {remotes}:
remotes::install_github("richfitz/drat.builder")
Steps for updating this page:
drat.builder::build()