Skip to content

Commit afffd07

Browse files
committed
imports too
1 parent 8dca263 commit afffd07

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export(theme_modern_rc)
3333
export(update_geom_font_defaults)
3434
import(extrafont)
3535
import(ggplot2)
36+
import(grDevices)
3637
import(grid)
3738
import(htmltools)
3839
import(knitr)

R/hrbrthemes-package.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#' @name hrbrthemes
2121
#' @docType package
2222
#' @author Bob Rudis (bob@@rud.is)
23-
#' @import ggplot2 grid scales extrafont
23+
#' @import ggplot2 grid scales extrafont grDevices
2424
#' @importFrom magrittr %>%
2525
#' @import rmarkdown knitr htmltools
2626
#' @importFrom tools file_path_sans_ext

0 commit comments

Comments
 (0)