Skip to content

Commit

Permalink
Quant app updates for shinyapps.io
Browse files Browse the repository at this point in the history
  • Loading branch information
vnijs committed Apr 10, 2015
1 parent f2b6091 commit 3f2cd84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="http://rady.ucsd.edu/faculty/directory/nijs/" target="\_blank">Vincent Nijs</a>. Please send questions and comments to: [email protected].

[![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
<!-- [![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

Expand Down
4 changes: 2 additions & 2 deletions inst/base/tools/app/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="http://rady.ucsd.edu/faculty/directory/nijs/" target="\_blank">Vincent Nijs</a>. Please send questions and comments to: [email protected].

[![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
<!-- [![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

Expand Down
4 changes: 2 additions & 2 deletions inst/quant/global.R
Original file line number Diff line number Diff line change
@@ -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 <- ".."
Expand Down

0 comments on commit 3f2cd84

Please sign in to comment.