Installation
- In order to download and install R, follow the instructions on the R web page
- In order to install Shiny, type into the R console:
install.packages("shiny")
- Optional: In order to install RStudio, follow the instructions at the RStudio web page.
Recommended introductions
- Dalgaard, P. (2008). Introductory Statistics with R, 2nd edition. Springer. ISBN 978-0-387-79053-4,
- Shiny Tutorial.