r-lib / usethis

Set up commonly used 📦 components

Home Page:https://usethis.r-lib.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should `use_logo()` call or suggest `pkgdown::build_favicons()`?

olivroy opened this issue · comments

In the wild, I noted that many packages have a logo in their package, but it is not recognized by usethis/pkgdown because the file is not named man/figures/logo.png

Examples of PRs I opened in various repos to address this.

The idea is that one can never build_site() locally and still have a running website, as use_pkgdown_github_actions() does that. However, as of pkgdown 2.1, favicons will no longer be built on CI.

Update from #844 + r-lib/pkgdown#2563

r-lib/pkgdown#2611 is a better solution!