Skip to content

Instantly share code, notes, and snippets.

@jeffreyhanson
Last active August 29, 2015 14:23
Show Gist options
  • Save jeffreyhanson/746682a785e709d475c2 to your computer and use it in GitHub Desktop.
Save jeffreyhanson/746682a785e709d475c2 to your computer and use it in GitHub Desktop.
BIOL2015 installation script
# run
# source('https://gist.githubusercontent.com/paleo13/746682a785e709d475c2/raw/100bbc10033a3a9bd1f2fa804d2b508743e06287/install.R')
# set mirror
chooseCRANmirror(ind=4)
# cran packages
install.packages("devtools")
install.packages('zoo')
install.packages('testthat')
install.packages("shiny")
install.packages("data.table")
install.packages("plyr")
install.packages("dplyr")
install.packages('plotrix')
install.packages('ggplot2')
install.packages('multcomp')
# github packages
devtools::install_github('sinhrks/ggfortify')
devtools::install_github("ebailey78/shinyBS")
devtools::install_github("trestletech/shinyTable")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment