diff --git a/DESCRIPTION b/DESCRIPTION index a9f2348c..3475bbda 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: radiant.model Type: Package Title: Model Menu for Radiant: Business Analytics using R and Shiny Version: 0.9.7 -Date: 2018-9-5 +Date: 2018-10-5 Authors@R: person("Vincent", "Nijs", , "radiant@rady.ucsd.edu", c("aut", "cre")) Description: The Radiant Model menu includes interfaces for linear and logistic regression, naive Bayes, neural networks, classification and regression trees, diff --git a/build/remove_screenshots.R b/build/remove_screenshots.R index b2d9071a..fe35216a 100644 --- a/build/remove_screenshots.R +++ b/build/remove_screenshots.R @@ -1,5 +1,5 @@ ## based on https://gist.github.com/mages/1544009 -cdir <- setwd("~/GitHub/radiant.model/inst/app/tools/help") +cdir <- setwd("./inst/app/tools/help") ## remove all local png files list.files("./figures/", pattern = "*.png")