jrnold / ggthemes

Additional themes, scales, and geoms for ggplot2
http://jrnold.github.io/ggthemes/
1.32k stars 227 forks source link

Images are broken on homepage #137

Closed hadley closed 8 months ago

hadley commented 2 years ago

https://jrnold.github.io/ggthemes/

espinielli commented 2 years ago

What worked for me was to have the following fig.path setup in the my README.Rmd

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-"
)

Probably copied from something I found on the web, like this https://github.com/ThinkR-open/remedy/blob/master/README.Rmd

KayleeDavisGitHub commented 2 years ago

Thanks @espinielli! I sent a pull request yesterday that should fix the README :) Just waiting on a maintainer to approve that.

gdickens commented 1 year ago

Just flagging this issue again. The images are broken at: https://jrnold.github.io/ggthemes/

jrnold commented 8 months ago

Fixed by #162

espinielli commented 8 months ago

Still broken Screenshot_20240209_080206_Brave