- Bug: Remove empty lines from .Rbuildignore for
check_version()
- Ensure Authors@R field is tidy in tests on
check_tidy_description()
- Default branch for getting repo is now
main
- Bug: support for main
- Add support for main
- Add more exclusions (again)
- Fix exclusions parsing (again!)
- Exclude cache/ from linting
- Bug: detecting version changes
- Bug: Previous bug fix caused issues
- Bug: don't lint renv or packrat folders
- Bug: multiple pkgs in a repo
- Feature:
check_version()
now works with multiple pkgs in a repo - Bug:
check_lintr()
ignoresR/*.rda
files (fixes #33)
- Feature:
check_all()
to run all checks - Feature: Call
stop()
at the of the checks
- Feature: allow
*
as emphasis indicator
- Feature: parse
.lintr
file for file exclusions - Docs: Incorrect description of NEWS format
- Change: Add
path
argument to allcheck_*()
functions - Bug: Travis started tagging on branches
- Minor: Tidy up NEWS.md
- Adding tests
- Cleaning NEWS entries
- Feature: Add
check_news()
- Feature: Ensure files end with a line break
- Feature: Build pkgs and set ENV variables
- Feature: Add tests for yml parsing
- 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
- 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()
tocheck_meta()
.
- 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
- 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
- Initial version of inteRgrate