We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dca263 commit afffd07Copy full SHA for afffd07
NAMESPACE
@@ -33,6 +33,7 @@ export(theme_modern_rc)
33
export(update_geom_font_defaults)
34
import(extrafont)
35
import(ggplot2)
36
+import(grDevices)
37
import(grid)
38
import(htmltools)
39
import(knitr)
R/hrbrthemes-package.R
@@ -20,7 +20,7 @@
20
#' @name hrbrthemes
21
#' @docType package
22
#' @author Bob Rudis (bob@@rud.is)
23
-#' @import ggplot2 grid scales extrafont
+#' @import ggplot2 grid scales extrafont grDevices
24
#' @importFrom magrittr %>%
25
#' @import rmarkdown knitr htmltools
26
#' @importFrom tools file_path_sans_ext
0 commit comments