Browse Source

fix missing export

tags/0.8.0
boB Rudis 7 years ago
parent
commit
ee2f2d495b
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 1
      NAMESPACE
  2. 1
      R/roboto-condensed.r

1
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)

1
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 ==

Loading…
Cancel
Save