Skip to content

Commit

Permalink
add utils to Imports/NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
leeper committed Aug 22, 2018
1 parent b5cce19 commit 4fd248b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Description: Takes screenshots of web pages, including Shiny applications and R
Depends:
R (>= 3.0)
Imports:
utils,
magrittr,
jsonlite,
magick,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ export(shrink)
export(webshot)
import(magick)
importFrom(magrittr,"%>%")
importFrom(utils,getFromNamespace)
1 change: 1 addition & 0 deletions R/appshot.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ appshot.character <- function(


#' @rdname appshot
#' @importFrom utils getFromNamespace
#' @export
appshot.shiny.appobj <- function(
app,
Expand Down

0 comments on commit 4fd248b

Please sign in to comment.