Procházet zdrojové kódy

Skip font availability check if no font given

pull/1/head
Garrick Aden-Buie před 8 roky
rodič
revize
8f686c4d6a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      R/theme_pomological.R

+ 1
- 1
R/theme_pomological.R Zobrazit soubor

@@ -57,7 +57,7 @@ theme_pomological <- function(
axis.text.size = base_size * 14/16,
base_theme = ggplot2::theme_minimal()
) {
check_font(base_family)
if (!is.null(base_family)) check_font(base_family)
base_theme +
ggplot2::theme(

Načítá se…
Zrušit
Uložit