Changes in version 2022-05-25 (2022-05-25) - Bug: Remove empty lines from .Rbuildignore for check_version() Changes in version 2022-02-22 (2022-02-22) - Ensure Authors@R field is tidy in tests on check_tidy_description() - See https://github.com/r-lib/desc/issues/78 Changes in version 2021-10-04 (2021-10-04) - Default branch for getting repo is now main Changes in version 2021-09-06 (2021-09-06) - Bug: support for main Changes in version 2021-06-28 (2021-06-28) - Add support for main Changes in version 2021-04-10 (2021-04-10) - Add more exclusions (again) Changes in version 2021-04-07 (2021-04-07) - Fix exclusions parsing (again!) Changes in version 2021-04-05 (2021-04-05) - Exclude cache/ from linting Changes in version 2021-03-17 (2021-03-17) - Bug: detecting version changes Changes in version 2021-03-14 (2021-03-14) - Bug: Previous bug fix caused issues Changes in version 2021-03-11 (2021-03-11) - Bug: don't lint renv or packrat folders Changes in version 2021-01-22 (2021-01-22) - Bug: multiple pkgs in a repo Changes in version 2021-01-05 (2021-01-05) - Feature: check_version() now works with multiple pkgs in a repo - Bug: check_lintr() ignores R/*.rda files (fixes #33) Changes in version 2020-11-25 (2020-11-25) - Feature: check_all() to run all checks - Feature: Call stop() at the of the checks Changes in version 2020-10-23 (2020-10-23) - Feature: allow * as emphasis indicator - Feature: parse .lintr file for file exclusions - Docs: Incorrect description of NEWS format Changes in version 2020-08-10 (2020-08-10) - Change: Add path argument to all check_*() functions - Bug: Travis started tagging on branches - Minor: Tidy up NEWS.md - Adding tests - Cleaning NEWS entries Changes in version 2020-07-04 (2020-07-04) - Feature: Add check_news() Changes in version 1.0.23 (2026-01-22) - chore: Spring clean; formatting linting, running jarl Changes in version 1.0.2 - Feature: Ensure files end with a line break - Feature: Build pkgs and set ENV variables - Feature: Add tests for yml parsing Changes in version 1.0.1 - Breaking changes - Feature: use rcmdcheck instead of devtools. This breaks/changes a few things. - Feature: check_via_env() now has arguments - Change: Remove explicit install and build functions. - Change: Use cli exclusively - Change: lint all Rmd and R files - Change: Remove check_meta() - expand to separate functions Changes in version 0.4 - Bug: .Rbuildignore files are case insensitive! - Bug: Parsing .gitlab-ci files - Bug: Remove deleted files in pre-commit check - Feature: Raise an error on when readLines() doesn't end with a new line - Feature: Check for Windows line breaks - Feature: Check file permission - Feature: Add env variable to check_meta - Feature: Add check_tidy_des() to check_meta(). Changes in version 0.3.0 - Feature: Adding in pre-commit & pre-push hook - Feature: Adding a meta check for markdown docs - Feature: create_tag() on travis - Bug: parsing .gitlab-ci now removes comments Changes in version 0.2 - Other: Remove dashes from tag - Bug: fixes when detecting tagging - Other: Standardisation of messages & colours - Improvement: Don't tag if package hasn't changed - Feature (check): lintr checks to vignettes - Feature (check): Adding check_version() - Feature (check): Check version number is tidyverse compliant - Feature (check): Run checks via environment variables - Feature: Install dependencies by default - Feature: Set PKG_TARBALL in the .Renviron on build step - Feature: Auto tagging via Gitlab CI - Other: pkgdown site Changes in version 0.1.0 - Initial version of inteRgrate