added init R file

This commit is contained in:
Benjamin Blouin 2019-03-28 13:27:17 -04:00 committed by GitHub
parent 962315cd53
commit 9f7f937bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
install.R Normal file
View File

@ -0,0 +1,5 @@
install.packages("tidyverse")
install.packages("rmarkdown")
install.packages("httr")
install.packages("shinydashboard")
install.packages('leaflet')