diff --git a/inst/examples/reactivity/server.R b/inst/examples/reactivity/server.R index ba85c7273..e6bc80494 100644 --- a/inst/examples/reactivity/server.R +++ b/inst/examples/reactivity/server.R @@ -1,4 +1,5 @@ library(shiny) +library(datasets) shinyServer(function(input, output) { diff --git a/inst/examples/text/server.R b/inst/examples/text/server.R index 2974fb534..cbcfccb6b 100644 --- a/inst/examples/text/server.R +++ b/inst/examples/text/server.R @@ -1,4 +1,5 @@ library(shiny) +library(datasets) shinyServer(function(input, output) {