Skip to content

laurii/radiant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Business analytics using R and Shiny

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published