Skip to content
Business analytics using R and Shiny
Branch: master
Clone or download
Pull request Compare This branch is 47 commits ahead, 1370 commits behind vnijs:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
inst
.gitignore
COPYING
DESCRIPTION
NAMESPACE
README.md

README.md

Radiant: Business analytics using R and Shiny

Interactive business analytics using R and Shiny. Developed by Vincent Nijs (vnijs@rady.ucsd.edu).

Todo:

  • Restructure into a modular R-package
  • Use dplyr to explore and summarize data
  • Code documentation
  • Testing
  • etc. etc.

Install

  • Required: R, version 3.0.2 or later
  • Required: Shiny, version 0.9.1 or later
  • Required: A modern browser (e.g., Chrome or Safari)
  • Suggested: Rstudio

To install and run the Marketing analytics app in Radiant:

install.packages('radiant',repos=c("http://vnijs.rady.ucsd.edu/site_media/R", CRAN = "http://cran.rstudio.com"), dependencies = TRUE) 
shiny::runApp(system.file('marketing', package='radiant'), port = 8100)

License

The Radiant package is licensed under the AGPLv3. The help files are licensed under the creative commons attribution, non-commercial, share-alike license CC-NC-SA.

As a summary, the AGPLv3 license requires, attribution, include copyright and license in copies of the software, state changes if you modify the code, and disclose all source code. Details are in the COPYING file.

If you are interested in using Radiant please email me at vnijs@rady.ucsd.edu

© Vincent Nijs (2014) Creative Commons License

You can’t perform that action at this time.