r-lib / pkgdown

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

Bug in build-home-index when no BugReports field present #2780

Closed adrian-lison closed 2 months ago

adrian-lison commented 2 months ago

It seems that #2758 introduced a small bug in data_home_sidebar_links when the DESCRIPTION file has no BugReports field. This currently leads to a mysterious error message:

Error in startsWith(bug_reports, "http") : non-character object(s)

I made a PR with a simple fix.