trevorld / ggpattern

ggplot geoms with pattern fills
https://trevorldavis.com/R/ggpattern/dev/
Other
361 stars 18 forks source link

`{gganimate}` example vignette animation doesn't show in `{pkgdown}` site #108

Closed trevorld closed 5 months ago

trevorld commented 8 months ago

{pkgdown} gives us the following warning when rendering our {gganimate} example vignette:

Warning message:
Missing images in 'vignettes/gganimate.Rmd': '../../../websites/R/ggpattern/dev/articles/gganimate_files/figure-html/unnamed-chunk-2-1.gif'
ℹ pkgdown can only use images in 'man/figures' and 'vignettes' 

This issue seems to have been reported upstream by the {gganimate} maintainer to {pkgdown}: https://github.com/r-lib/pkgdown/issues/2341

I've created a reprex repo to hopefully help the {pkgdown} team track down the issue: https://github.com/trevorld/pkgdown.gganimate