shinyExamples
aims to run and show simple R-, Octave- and Stata programs which produce only console output or one plot.
Software that you need to install before using shinyExample
After the installation restart R and RStudio.
If you want to run Octave or Stata programs then you install them beforehand.
Within R install the package by
devtools::install_github('sigbertklinke/shinyExample')
Call
library("shinyExample")
runShinyExample()
This project is licensed under the GPL 3.0 - see the LICENSE.md file for details