Skip to content

Commit

Permalink
imports too
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbrmstr committed Apr 24, 2018
1 parent 8dca263 commit afffd07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export(theme_modern_rc)
export(update_geom_font_defaults)
import(extrafont)
import(ggplot2)
import(grDevices)
import(grid)
import(htmltools)
import(knitr)
Expand Down
2 changes: 1 addition & 1 deletion R/hrbrthemes-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' @name hrbrthemes
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @import ggplot2 grid scales extrafont
#' @import ggplot2 grid scales extrafont grDevices
#' @importFrom magrittr %>%
#' @import rmarkdown knitr htmltools
#' @importFrom tools file_path_sans_ext
Expand Down

0 comments on commit afffd07

Please sign in to comment.