Skip to content

Commit

Permalink
gganimate is now on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Kwiatkowski committed Feb 16, 2019
1 parent b32a772 commit 4c6f6e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/animate.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ library(readr, quietly=TRUE)
library(dplyr, quietly=TRUE)
library(ggplot2, quietly=TRUE)
library(tidyr, quietly=TRUE)
library(gganimate)

# To install gganimate and ggsoccer:
# To install ggsoccer:
# > install.packages("devtools")
# > devtools::install_github("thomasp85/gganimate")
# > devtools::install_github("torvaney/ggsoccer")
library(gganimate)
library(ggsoccer)

frames.file <- "../data/csv/frames.csv"
Expand Down

0 comments on commit 4c6f6e3

Please sign in to comment.