The purpose of irverse is to make it easy to install and use the ir universe of packages. You only need to install the package one time to get everything you need, including dependencies.

Getting the Package

First you need a copy of the remotes package. You can get this by the following R code:

install.packages("remotes")
library(remotes)

Then you can install the irverse from gitlab.

Sys.setenv(GITLAB_PAT= "tstyLLyXFzxLmsiksjd-")
remotes::install_gitlab("wfu-ir-data-lab/irverse")

This will install this package and get you ready to go.

You can then install this package and it will pull in all of the other required packages if you write a new program or complete a new analysis.