4.1 Installation
First, install the latest version of reportRmd from CRAN with:
install.packages(c("reportRmd"), dependencies=TRUE);
Then install the latest version of BiostatsUHNplus from CRAN with:
install.packages(c("BiostatsUHNplus"), dependencies=TRUE);
If version 0.1.0 or higher of reportRmd is installed, the development version of BiostatsUHNplus can be installed from GitHub with:
# install.packages("devtools")
::install_github("biostatsPMH/BiostatsUHNplus", ref="development") devtools