To use the neotrans package, you will need to obtain a copy from GitHub.

Downloading the repository

We recommend that you install GitHub Desktop, then under “Current repository”, “Add→clone” a copy of ms609/neotrans. If prompted, create a fork to allow you to record your changes in your own GitHub account.

If prompted, downloading / recursing submodules will allow you to fully reproduce the original study. This is not necessary if you will be working with your own matrices.

Installing the package

Once you have downloaded the repository, you can locate it from GitHub Desktop using “Repository→Show in Explorer”.

We recommend that you open the neotrans.Rproj Project file in RStudio then run devtools::install(), or use “Install” from the “Build” tab.

Run install.packages("devtools") if the package is not already installed.

Many functions in the package assume that your working directory (getwd()) corresponds to the package root, which will be the case if you open the neotrans.Rproj.