metrumresearchgroup / bbr

R interface for model and project management
https://metrumresearchgroup.github.io/bbr/
Other
23 stars 2 forks source link

DESCRIPTION: add pkgdown site to URL field #593

Closed kyleam closed 1 year ago

kyleam commented 1 year ago

The pkgdown site needs to be listed in the DESCRIPTION's URL field in order for pkgdown to auto-link to bbr pages when building another package's site.

https://pkgdown.r-lib.org/articles/linking.html#across-packages


With the bbr.bayes pkgdown site, I've confirmed that this change is sufficient to get things like "`new_model()`" to auto-link to https://metrumresearchgroup.github.io/bbr/reference/new_model.html instead of the fallback target of https://rdrr.io/pkg/bbr/man/new_model.html.