isb-cgc/examples-R

library("devtools")

tedgoldstein opened this issue · 1 comments

please add library("devtools") or else install_github will be undefined the first time

require(devtools) || install.packages("devtools")
library("devtools")
install_github("isb-cgc/examples-R", build_vignettes=TRUE)

Thanks for the comment! Will change to simply library("devtools")... then users will get a error message if they don't have it installed.