Skip to content

Commit 9ba3f22

Browse files
Merge pull request #428 from lorenzwalthert/rc-v0.3.2
Release v0.3.2
2 parents 4e226ed + 54b9596 commit 9ba3f22

6 files changed

+12
-6
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: precommit
22
Title: Pre-Commit Hooks
3-
Version: 0.3.1.9000
3+
Version: 0.3.2
44
Author: Lorenz Walthert
55
Maintainer: Lorenz Walthert <[email protected]>
66
Description: Useful git hooks for R building on top of the multi-language

NEWS.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ editor_options:
44
wrap: 72
55
---
66

7-
# precommit v0.3.1.9000
7+
# precommit v0.3.2
88

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

14+
Thanks to [&#x0040;danielinteractive](https://github.com/danielinteractive), [&#x0040;jonocarroll](https://github.com/jonocarroll) for their contributions.
15+
1416
# precommit v0.3.1
1517

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

43+
Thanks to [&#x0040;danielinteractive](https://github.com/danielinteractive) and [&#x0040;mpadge](https://github.com/mpadge) for their contributions.
44+
4145
# precommit v0.3.0
4246

4347
**API changes**

R/zzz.R

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@
1313

1414
# here is only used as a default argument, hence the R CMD check warning
1515
# Namespace in Imports field not imported from
16-
here::here
16+
if (FALSE) {
17+
here::here()
18+
}

cran-comments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is a submission due to user regressions.
1+
This is a submission due to changes in R devel.
22

33
## Test environments
44

inst/pre-commit-config-pkg.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.3.1
5+
rev: v0.3.2
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]

inst/pre-commit-config-proj.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.3.1
5+
rev: v0.3.2
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]

0 commit comments

Comments
 (0)