ropensci-review-tools / pkgcheck

Check whether a package is ready for submission to rOpenSci's peer-review system
https://docs.ropensci.org/pkgcheck/
18 stars 6 forks source link

Fix pkgdown config for reference #155

Closed maelle closed 2 years ago

maelle commented 2 years ago

Some topics are missing from the configuration file.

Error in check_missing_topics(rows, pkg) : 
  All topics must be included in reference index
• Missing topics: print.pkgcheck

Note that for topics you do not want to include in the index you can create an "internal" section https://pkgdown.r-lib.org/reference/build_reference.html?q=internal#missing-topics

maelle commented 2 years ago

To check all topics are listed, after editing the configuration file you can run pkgdown::check_pkgdown().