Skip to content

Latest commit

 

History

History
108 lines (85 loc) · 3.44 KB

NEWS.md

File metadata and controls

108 lines (85 loc) · 3.44 KB

inteRgrate 1.0.22 2022-05-25

  • Bug: Remove empty lines from .Rbuildignore for check_version()

inteRgrate 1.0.21 2022-02-22

inteRgrate 1.0.20 2021-10-04

  • Default branch for getting repo is now main

inteRgrate 1.0.19 2021-09-06

  • Bug: support for main

inteRgrate 1.0.18 2021-06-28

  • Add support for main

inteRgrate 1.0.17 2021-04-10

  • Add more exclusions (again)

inteRgrate 1.0.16 2021-04-07

  • Fix exclusions parsing (again!)

inteRgrate 1.0.15 2021-04-05

  • Exclude cache/ from linting

inteRgrate 1.0.12 2021-03-17

  • Bug: detecting version changes

inteRgrate 1.0.11 2021-03-14

  • Bug: Previous bug fix caused issues

inteRgrate 1.0.10 2021-03-11

  • Bug: don't lint renv or packrat folders

inteRgrate 1.0.9 2021-01-22

  • Bug: multiple pkgs in a repo

inteRgrate 1.0.8 2021-01-05

  • Feature: check_version() now works with multiple pkgs in a repo
  • Bug: check_lintr() ignores R/*.rda files (fixes #33)

inteRgrate 1.0.7 2020-11-25

  • Feature: check_all() to run all checks
  • Feature: Call stop() at the of the checks

inteRgrate 1.0.6 2020-10-23

  • Feature: allow * as emphasis indicator

inteRgrate 1.0.5 2020-10-23

  • Feature: parse .lintr file for file exclusions
  • Docs: Incorrect description of NEWS format

inteRgrate 1.0.4 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 1.0.3 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