From ee2f2d495be83cdac58e58d930bcd1a56ba56a75 Mon Sep 17 00:00:00 2001 From: boB Rudis Date: Sat, 12 Aug 2017 16:35:55 -0400 Subject: [PATCH] fix missing export --- NAMESPACE | 1 + R/roboto-condensed.r | 1 + 2 files changed, 2 insertions(+) diff --git a/NAMESPACE b/NAMESPACE index 75dc280..4f86254 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -17,6 +17,7 @@ export(scale_y_comma) export(scale_y_percent) export(theme_ipsum) export(theme_ipsum_rc) +export(theme_modern_rc) export(update_geom_font_defaults) import(extrafont) import(ggplot2) diff --git a/R/roboto-condensed.r b/R/roboto-condensed.r index 19a445e..d7cb896 100644 --- a/R/roboto-condensed.r +++ b/R/roboto-condensed.r @@ -166,6 +166,7 @@ theme_ipsum_rc <- function( #' @inheritParams hrbrthemes::theme_ipsum_rc #' @rdname theme_ipsum_rc +#' @export theme_modern_rc <- function (base_family = "Roboto Condensed", base_size = 11.5, plot_title_family = base_family, plot_title_size = 18, plot_title_face = "bold", plot_title_margin = 10, subtitle_family = if (.Platform$OS.type ==