You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved GitHub Actions.
They use the built-in GITHUB_TOKEN.
The user only needs to set the CODECOV_TOKEN in case of a package.
Fixes a note about "MIT" license.
The Dockerimage uses the same dictionaries as the local installation.
Add a German dictionary?
Spell check roxygen2 tags in .R files.
Don't spell check .Rd files generated by roxygen2.
check_cran() ignores Days since last update note.
check_documentation() yields a warning when it find documented but
unexported function.
Use the @noRD tag in case you still want to document the function without
exporting it.
Improved error messages for check_news().
check_source() is now deprecated.
Use check_project() instead.
Parse DESCRIPTION (for a package) or README.md (for a project) to extract
citation information into a citation_meta object.
Then export this object into the different citation files.
Standardise the DESCRIPTION and README.md to accommodate all citation
information. DESCRIPTION gains checklist specific settings like Config/checklist/communities and Config/checklist/keywords.
Store author information to reuse when running create_package() or create_project().