build/build_win.R

## build for windows
app <- "radiant.design"
path <- "../"
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.