add library(datasets) where required

This commit is contained in:
JJ Allaire
2012-07-25 09:20:55 -04:00
parent 214fd92b12
commit 5e5d233d83
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
library(shiny)
library(datasets)
shinyServer(function(input, output) {