Skip to content

Commit

Permalink
Fix CRAN error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Owen committed Jul 6, 2016
1 parent d5c2b1b commit 56b7034
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ BugReports: https://github.com/jrowen/rhandsontable/issues
Imports:
jsonlite,
htmlwidgets (>= 0.3.3),
magrittr
magrittr,
methods
Suggests:
knitr,
rmarkdown,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ export(rhandsontable)
import(htmlwidgets)
import(jsonlite)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(utils,capture.output)
importFrom(utils,modifyList)
1 change: 1 addition & 0 deletions R/rhandsontable-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#' @docType package
#' @import htmlwidgets jsonlite
#' @importFrom utils modifyList capture.output
#' @importFrom methods as
NULL

#' rhandsontable exported operators
Expand Down

0 comments on commit 56b7034

Please sign in to comment.