build/build_mac.R

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