development/helper_shinypublic.R

pathToPackage <- '~/Dropbox/Github/shiny_public'
Rcpp::compileAttributes(pathToPackage)           # this updates the Rcpp layer from C++ to R
roxygen2::roxygenize(pathToPackage, roclets="namespace", clean=TRUE)  # this updates the documentation based on roxygen comments
roxygen2::roxygenize(pathToPackage)  # this updates the documentation based on roxygen comments

# devtools::test(pathToPackage)
ratkovic-judgeresearch/shiny_public documentation built on April 10, 2022, 12:58 a.m.