library("devtools")
tedgoldstein opened this issue · 1 comments
tedgoldstein commented
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)
Gibbsdavidl commented
Thanks for the comment! Will change to simply library("devtools")... then users will get a error message if they don't have it installed.