Closed adrian-lison closed 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:
data_home_sidebar_links
DESCRIPTION
Error in startsWith(bug_reports, "http") : non-character object(s)
I made a PR with a simple fix.
It seems that #2758 introduced a small bug in
data_home_sidebar_links
when theDESCRIPTION
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.