rstudio / thematic

Theme ggplot2, lattice, and base graphics based on a few simple settings.
https://rstudio.github.io/thematic/
Other
244 stars 10 forks source link

R 4.2.0: using first element strikes again #122

Closed dmenne closed 2 years ago

dmenne commented 2 years ago

Using your example:

https://rstudio.github.io/thematic/index.html

Related context:

https://github.com/rstudio/shiny/issues/3626 https://github.com/rstudio/shiny/pull/3625


> shiny::runApp()
Lade nötiges Paket: shiny

Listening on http://127.0.0.1:6175
 [100%] Downloaded 109448 bytes...
Fontconfig error: Cannot load default config file
Warning in check_font_path(italic, "italic") :
  'italic' should be a length-one vector, using the first element
Warning in check_font_path(italic, "italic") :
  'italic' should be a length-one vector, using the first element
cpsievert commented 2 years ago

Duplicate of #120