The patRoonInst
package is specifically used to automate and simplify installations of patRoon. Please refer to the patRoon
installation section in the handbook, and the reference documentation for more details.
Installation
The latest version can be installed from r-universe or directly from GitHub:
# installation from r-universe
install.packages("patRoonInst", repos = c('https://rickhelmus.r-universe.dev', 'https://cloud.r-project.org'))
# or alternatively, from GitHub
install.packages("remotes") # run this if the remotes (or devtools) package is not yet installed.
remotes::install_github("rickhelmus/patRoonInst")