Skip to content

Commit

Permalink
explicit import from miniUI
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Feb 29, 2016
1 parent ee7d613 commit 7abd7aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export(pdf_book)
export(preview_chapter)
export(render_book)
export(serve_book)
import(miniUI)
importFrom(htmltools,attachDependencies)
importFrom(htmltools,tags)
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniPage)
2 changes: 1 addition & 1 deletion R/addins.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mathquill_dependency = function() {
)
}

#' @import miniUI
#' @importFrom miniUI miniPage gadgetTitleBar
#' @importFrom htmltools attachDependencies tags
mathquill = function() {
context = rstudioapi::getActiveDocumentContext()
Expand Down

0 comments on commit 7abd7aa

Please sign in to comment.