Skip to content

Installing and running from RStudio

Dale Plummer edited this page Jun 12, 2017 · 2 revisions

Install the devtools package if you don't have it

install.packages("devtools")

Run the following

> library(devtools)
> install_github("vubiostat/ps")
> library(ps)
> runPS()

If PS is installed then just do this

> library(ps)
> runPS()