r-lib / pkgdown

Generate static html documentation for an R package
https://pkgdown.r-lib.org/
Other
708 stars 323 forks source link

Clarify that Quarto 1.5 is required. #2676

Closed olivroy closed 3 weeks ago

olivroy commented 3 weeks ago

partially addresses #2675

I am seeing a lot of test-failure locally, maybe related to my setup? (under a proxy or without the right quarto). I didn't see this last time I opened a PR #2645).

image

Maybe I misunderstood something? the netlify workflow doesn't require 1.5

github-actions[bot] commented 3 weeks ago

🚀 Deployed on https://667da011fab9d01d4fb7b271--pkgdown-dev.netlify.app

olivroy commented 3 weeks ago

The error I saw was due to bad caching.

Running dir_delete(path(tools::R_user_dir("pkgdown", "cache"), "http")) resolves this. I don't know how likely this is to happen in the wild..