NEWS
inteRgrate 2022-05-25 (2022-05-25)
- Bug: Remove empty lines from .Rbuildignore for
check_version()
inteRgrate 2022-02-22 (2022-02-22)
- Ensure Authors@R field is tidy in tests on
check_tidy_description()
inteRgrate 2021-10-04 (2021-10-04)
- Default branch for getting repo is now
main
inteRgrate 2021-09-06 (2021-09-06)
inteRgrate 2021-06-28 (2021-06-28)
inteRgrate 2021-04-10 (2021-04-10)
- Add more exclusions (again)
inteRgrate 2021-04-07 (2021-04-07)
- Fix exclusions parsing (again!)
inteRgrate 2021-04-05 (2021-04-05)
- Exclude cache/ from linting
inteRgrate 2021-03-17 (2021-03-17)
- Bug: detecting version changes
inteRgrate 2021-03-14 (2021-03-14)
- Bug: Previous bug fix caused issues
inteRgrate 2021-03-11 (2021-03-11)
- Bug: don't lint renv or packrat folders
inteRgrate 2021-01-22 (2021-01-22)
- Bug: multiple pkgs in a repo
inteRgrate 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)
inteRgrate 2020-11-25 (2020-11-25)
- Feature:
check_all()
to run all checks
- Feature: Call
stop()
at the of the checks
inteRgrate 2020-10-23 (2020-10-23)
- Feature: allow
*
as emphasis indicator
- Feature: parse
.lintr
file for file exclusions
- Docs: Incorrect description of NEWS format
inteRgrate 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
inteRgrate 2020-07-04 (2020-07-04)
- Feature: Add
check_news()
inteRgrate 1.0.2
- Feature: Ensure files end with a line break
- Feature: Build pkgs and set ENV variables
- Feature: Add tests for yml parsing
inteRgrate 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
inteRgrate 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()
.
inteRgrate 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
inteRgrate 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
inteRgrate 0.1.0
- Initial version of inteRgrate