build/build_mac.R

## build for mac
app <- "radiant.design"
path <- "~/gh"
devtools::install(file.path(path, app))
f <- devtools::build(file.path(path, app))
curr <- getwd(); setwd(path)
system(paste0("R CMD INSTALL --build ", f))
setwd(curr)
Senbee/radiant.biostat documentation built on June 3, 2019, 10:13 p.m.