3.1 installing reportRx

To install reportRx from the github repository you need to install the devtools package:

install.packages('devtools')

Our most recent version, with the features presented here can then be directly downloaded from github:

devtools::install_github("biostatsPMH/reportRx", ref="devel")

For the older stable version you can use this:

devtools::install_github("biostatsPMH/reportRx", ref="master")