Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 988 Bytes

README.md

File metadata and controls

40 lines (34 loc) · 988 Bytes

Shiny Stock Picks

A Shiny app based on the tidyquant package to visualize and bring financial analysis from Euronext stocks to Shiny.

Under Development

Requirements

To see the app under development stage, there are two options.

Run from Github

  1. Have RStudio installed and running.
  2. Have the following packages installed:
  • shiny
  • tidyquant
  • ggplot2
  • dplyr
  • tidyr
  • repmis
install.packages(c("shiny", "tidyquant","ggplot2" , "dplyr", "tidyr", "repmis")) 
  1. Then run the command:
shiny::runGitHub('ShinyStocks', 'HBossier', subdir = "/R") 

Run locally

  1. Have RStudio installed and running
  2. Install the packages
install.packages(c("shiny", "tidyquant","ggplot2" , "dplyr", "tidyr", "repmis")) 
  1. Download this repository and enter the directory from within RStudio
  2. Run the following in R
shiny::runApp('R')

Info

First Modified: 11/03/2017