build/build_win.R

## build for windows
app <- "radiant.model"
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)
radiant-rstats/radiant.text documentation built on May 26, 2019, 9:50 p.m.