Skip to content

Commit 7fa1187

Browse files
modified example to load ggplot2movies
movies is no longer contained within ggplot2 https://cran.r-project.org/web/packages/ggplot2movies/index.html
1 parent fde8b40 commit 7fa1187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/examples/Movies/server.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
library(shiny)
22
library(plotly)
3+
library(ggplot2movies) # movies is no longer contained within ggplot2 https://cran.r-project.org/web/packages/ggplot2movies/index.html
34

4-
data(movies, package = "ggplot2")
55
minx <- min(movies$rating)
66
maxx <- max(movies$rating)
77

0 commit comments

Comments
 (0)