Browse Source

Requires cowplot

pull/7/head
Garrick Aden-Buie 7 years ago
parent
commit
e2011de478
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      install.R

+ 1
- 0
install.R View File

install.packages("rmarkdown") install.packages("rmarkdown")
install.packages("here") install.packages("here")
install.packages(c("sysfonts", "jsonlite", "curl", "showtext")) install.packages(c("sysfonts", "jsonlite", "curl", "showtext"))
install.packages("cowplot")
install.packages("devtools") install.packages("devtools")
devtools::install_github("thomasp85/gganimate") devtools::install_github("thomasp85/gganimate")

Loading…
Cancel
Save