Skip to content

Commit

Permalink
Fixes to imports for R-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Aug 26, 2013
1 parent 89e405e commit 8d8ea53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Imports:
stats,
tools,
utils,
datasets,
methods,
httpuv (>= 1.1.0),
caTools,
RJSONIO,
xtable,
digest
Suggests:
datasets,
markdown,
Cairo,
testthat
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,5 @@ import(RJSONIO)
import(caTools)
import(digest)
import(httpuv)
import(methods)
import(xtable)
2 changes: 1 addition & 1 deletion R/shiny.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' @name shiny-package
#' @aliases shiny
#' @docType package
#' @import httpuv caTools RJSONIO xtable digest
#' @import httpuv caTools RJSONIO xtable digest methods
NULL

suppressPackageStartupMessages({
Expand Down

0 comments on commit 8d8ea53

Please sign in to comment.