docker/install_deps.R

options(Ncpus = 8)

install.packages("remotes")
remotes::install_github("rickhelmus/patRoonInst")

# install everything, including patRoon. This will be removed afterward, but is handy to get all deps.
patRoonInst::install(ask = FALSE, quiet = FALSE)
remove.packages("patRoon")
rickhelmus/patRoon documentation built on April 25, 2024, 8:15 a.m.