diff --git a/README.md b/README.md index e3bc5a45e..27149fe43 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Radiant is a platform-independent browser-based interface for business analytics in [R](http://www.r-project.org/), based on the [Shiny](http://www.rstudio.com/shiny/) package. Developed by Vincent Nijs. Please send questions and comments to: radiant@rady.ucsd.edu. -[![Travis-CI Build Status](https://travis-ci.org/vnijs/radiant.png?branch=master)](https://travis-ci.org/vnijs/radiant) -Version: 0.1.94, Date: 2015-4-9 + ## Key features diff --git a/inst/base/tools/app/about.md b/inst/base/tools/app/about.md index e3bc5a45e..27149fe43 100644 --- a/inst/base/tools/app/about.md +++ b/inst/base/tools/app/about.md @@ -3,8 +3,8 @@ Radiant is a platform-independent browser-based interface for business analytics in [R](http://www.r-project.org/), based on the [Shiny](http://www.rstudio.com/shiny/) package. Developed by Vincent Nijs. Please send questions and comments to: radiant@rady.ucsd.edu. -[![Travis-CI Build Status](https://travis-ci.org/vnijs/radiant.png?branch=master)](https://travis-ci.org/vnijs/radiant) -Version: 0.1.94, Date: 2015-4-9 + ## Key features diff --git a/inst/quant/global.R b/inst/quant/global.R index e6c27395b..caf1eecee 100644 --- a/inst/quant/global.R +++ b/inst/quant/global.R @@ -1,8 +1,8 @@ # path to use for local and server use -path <- ".." +# path <- ".." # path to use for shinyapps.io -# path <- system.file(package = "radiant") +path <- system.file(package = "radiant") # if radiant is not installed revert to path in the inst directory if(path == "") path <- ".."