build/build_win.R

## build for windows
app <- "radiant.wordcloud"
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)
kwanjeeraw/radiant.wordcloud documentation built on May 20, 2019, 7:27 p.m.