Tools for automating processes to manage rOpenSci’s DevGuide. Currently includes the following main functions:
devguide_spelling()
to check the spelling of the entire text.devguide_thanks()
to return a list of people who should be thanked for contributions to the current version.devguide_urls()
to check whether all URLs given in the Dev Guide actually exist.devguide_prerelease()
to open a pre-release issue on GitHub for the next release (should be run one month prior to planned release).devguide_eic_report()
for Editors-in-Charge to generate a summary overview of all current “software-review” issues.
An additional utility function, devguide_path()
, finds the path to the
local devguide
repository.