Skip to content

Commit b79e9d2

Browse files
committed
Merge pull request #450 from martinjhnhadley/master
modified example to load ggplot2movies
2 parents 888b301 + 7fa1187 commit b79e9d2

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)