Skip to content

Commit

Permalink
Update required packages in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidarndt committed May 30, 2016
1 parent 819e257 commit 5bf0b27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -7,7 +7,8 @@

## Required R Packages
<pre><code>
install.packages(c("shiny", "shinyBS", "d3heatmap", "gplots", "ggdendro", "jpeg", "png", "tiff", "ggplot2", "grid", "ggtern", "MASS", "reshape2", "leaflet", "RColorBrewer", "raster", "xlsx", "devtools"))
install.packages(c("shiny", "shinyBS", "d3heatmap", "gplots", "ggdendro", "jpeg", "png", "tiff", "ggplot2", "ggtern", "MASS", "reshape2", "leaflet", "RColorBrewer", "raster", "devtools", "Cairo", "ape"))
install.packages('DT', repos = 'http://cran.rstudio.com')
library(devtools)
install_github('sbabicki/jscolourR')
install_github('ramnathv/htmlwidgets')
Expand Down

0 comments on commit 5bf0b27

Please sign in to comment.