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:
::install_github("biostatsPMH/reportRx", ref="devel") devtools
For the older stable version you can use this:
::install_github("biostatsPMH/reportRx", ref="master") devtools