Skip to content

Release v0.3.0

Compare
Choose a tag to compare
@ThierryO ThierryO released this 08 Mar 16:45
· 165 commits to main since this release
c1e200b
  • Improved create_project() and setup_project() which interactively guides
    the user through the set-up.
  • Add vignette("getting_started_project", package = "checklist").
  • 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().
  • Add check_folder().