Skip to content

Commit

Permalink
Merge pull request #428 from lorenzwalthert/rc-v0.3.2
Browse files Browse the repository at this point in the history
Release v0.3.2
  • Loading branch information
lorenzwalthert committed Jul 2, 2022
2 parents 4e226ed + 54b9596 commit 9ba3f22
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: precommit
Title: Pre-Commit Hooks
Version: 0.3.1.9000
Version: 0.3.2
Author: Lorenz Walthert
Maintainer: Lorenz Walthert <lorenz.walthert@icloud.com>
Description: Useful git hooks for R building on top of the multi-language
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ editor_options:
wrap: 72
---

# precommit v0.3.1.9000
# precommit v0.3.2

- `parsable-R` hook now gives more context on where and how parsing
fails (#423).
- fixed R CMD check issues in devel (#425).
- move from *experimental* to *stable* (#426).

Thanks to [&#x0040;danielinteractive](https://github.com/danielinteractive), [&#x0040;jonocarroll](https://github.com/jonocarroll) for their contributions.

# precommit v0.3.1

**User visible changes**
Expand Down Expand Up @@ -38,6 +40,8 @@ editor_options:
- All (R)md files in that repo are now formatted in a pandoc-compliant
way (#415).

Thanks to [&#x0040;danielinteractive](https://github.com/danielinteractive) and [&#x0040;mpadge](https://github.com/mpadge) for their contributions.

# precommit v0.3.0

**API changes**
Expand Down
4 changes: 3 additions & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@

# here is only used as a default argument, hence the R CMD check warning
# Namespace in Imports field not imported from
here::here
if (FALSE) {
here::here()
}
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is a submission due to user regressions.
This is a submission due to changes in R devel.

## Test environments

Expand Down
2 changes: 1 addition & 1 deletion inst/pre-commit-config-pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# R specific hooks: https://github.com/lorenzwalthert/precommit
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.3.1
rev: v0.3.2
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand Down
2 changes: 1 addition & 1 deletion inst/pre-commit-config-proj.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# R specific hooks: https://github.com/lorenzwalthert/precommit
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.3.1
rev: v0.3.2
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand Down

0 comments on commit 9ba3f22

Please sign in to comment.