diff --git a/DESCRIPTION b/DESCRIPTION index 4b88dd8..6b93265 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: hrbrthemes Type: Package Title: Additional Themes, Theme Components and Utilities for 'ggplot2' -Version: 0.8.5 -Date: 2020-06-24 +Version: 0.8.6 +Date: 2020-07-01 Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")), @@ -14,6 +14,7 @@ Authors@R: c( person("Google", comment = "Roboto Condensed & Titillium Web Fonts", role = c("cph")), person("IBM", comment = "Plex Sans Font", role = c("cph")), + person("Goldman Sachs", comment = "Goldman Sans Font", role = c("cph")), person("Impallari Type", comment = "Public Sans Font", role = c("cph")), person("Jacob", "Barnett", email = "jacob.r.barnett@gmail.com", role = c("ctb")), person("Thomas J.", "Leeper", role = c("ctb"), email = "thosjleeper@gmail.com", diff --git a/R/goldmansans.R b/R/goldmansans.R index ac87a1e..5e53bde 100644 --- a/R/goldmansans.R +++ b/R/goldmansans.R @@ -68,7 +68,7 @@ theme_ipsum_gs <- function( subtitle_size = 13, subtitle_face = "plain", subtitle_margin = 15, - strip_text_family = "Goldman Sans", + strip_text_family = "Goldman Sans Condensed", strip_text_size = 12, strip_text_face = "bold", caption_family=if (.Platform$OS.type == "windows") "Goldman Sans Condensed" else "Goldman Sans Condensed", diff --git a/README.md b/README.md index 6c85850..5e8fbf6 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The following functions are implemented/objects are exported: Themes: - `theme_ipsum`: Arial Narrow - - `theme_ipsum_gs`: Goldman Sans Condensed + - `theme_ipsum_gs`: Goldman Sans Condensed - `theme_ipsum_es`: Econ Sans Condensed - `theme_ipsum_rc`: Roboto Condensed - `theme_ipsum_ps`: IBM Plex Sans font @@ -127,7 +127,9 @@ Utilities: ### Installation ``` r -install.packages("hrbrthemes", repos = "https://cinc.rud.is") +install.packages("hrbrthemes) # NOTE: CRAN version is 0.8.0 +# or +install.packages("hrbrthemes", repos = c("https://cinc.rud.is", "https://cloud.r-project.org/")) # or remotes::install_git("https://git.rud.is/hrbrmstr/hrbrthemes.git") # or @@ -152,7 +154,7 @@ library(tidyverse) # current verison packageVersion("hrbrthemes") -## [1] '0.8.0' +## [1] '0.8.6' ``` ### Base theme (Arial Narrow) @@ -341,9 +343,9 @@ gg_check(gg) | Lang | \# Files | (%) | LoC | (%) | Blank lines | (%) | \# Lines | (%) | | :--- | -------: | ---: | ---: | ---: | ----------: | ---: | -------: | ---: | -| R | 23 | 0.88 | 1615 | 0.79 | 308 | 0.70 | 827 | 0.83 | -| HTML | 1 | 0.04 | 297 | 0.15 | 32 | 0.07 | 2 | 0.00 | -| Rmd | 2 | 0.08 | 129 | 0.06 | 98 | 0.22 | 167 | 0.17 | +| R | 24 | 0.89 | 1724 | 0.80 | 327 | 0.72 | 908 | 0.84 | +| HTML | 1 | 0.04 | 297 | 0.14 | 32 | 0.07 | 2 | 0.00 | +| Rmd | 2 | 0.07 | 129 | 0.06 | 98 | 0.21 | 168 | 0.16 | ### Code of Conduct diff --git a/man/figures/README-ax2-1.png b/man/figures/README-ax2-1.png index fb3cd5f..d78747a 100644 Binary files a/man/figures/README-ax2-1.png and b/man/figures/README-ax2-1.png differ diff --git a/man/figures/README-ax3-1.png b/man/figures/README-ax3-1.png index 19b618a..7549b2e 100644 Binary files a/man/figures/README-ax3-1.png and b/man/figures/README-ax3-1.png differ diff --git a/man/figures/README-ft-1.png b/man/figures/README-ft-1.png index e8cc16d..3b3d6bb 100644 Binary files a/man/figures/README-ft-1.png and b/man/figures/README-ft-1.png differ diff --git a/man/figures/README-ps-1.png b/man/figures/README-ps-1.png index a6c4306..f133791 100644 Binary files a/man/figures/README-ps-1.png and b/man/figures/README-ps-1.png differ diff --git a/man/figures/README-rc-1.png b/man/figures/README-rc-1.png index 7abeb80..733f237 100644 Binary files a/man/figures/README-rc-1.png and b/man/figures/README-rc-1.png differ diff --git a/man/figures/README-sc-1.png b/man/figures/README-sc-1.png index 66d25db..84d5fa3 100644 Binary files a/man/figures/README-sc-1.png and b/man/figures/README-sc-1.png differ diff --git a/man/figures/README-sp-1.png b/man/figures/README-sp-1.png index 9b9fc44..de49270 100644 Binary files a/man/figures/README-sp-1.png and b/man/figures/README-sp-1.png differ diff --git a/man/figures/README-tw-1.png b/man/figures/README-tw-1.png index 3d254ce..889d1ce 100644 Binary files a/man/figures/README-tw-1.png and b/man/figures/README-tw-1.png differ diff --git a/man/theme_ipsum_gs.Rd b/man/theme_ipsum_gs.Rd index a9aa0a1..a237301 100644 --- a/man/theme_ipsum_gs.Rd +++ b/man/theme_ipsum_gs.Rd @@ -16,7 +16,7 @@ theme_ipsum_gs( subtitle_size = 13, subtitle_face = "plain", subtitle_margin = 15, - strip_text_family = "Goldman Sans", + strip_text_family = "Goldman Sans Condensed", strip_text_size = 12, strip_text_face = "bold", caption_family = if (.Platform$OS.type == "windows") "Goldman Sans Condensed" else