File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# General
2
2
3
- Before making a pull request, discuss your ideas in an issue. This repo is
4
- maturing.
5
-
3
+ Before making a pull request, discuss your ideas in an issue.
6
4
# Adding new hooks
7
5
8
6
To create a new hook, have a look at the [ official
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ editor_options:
8
8
9
9
- ` parsable-R ` hook now gives more context on where and how parsing
10
10
fails (#423 ).
11
- - fixed R CMD check issues in devel
11
+ - fixed R CMD check issues in devel (#425 ).
12
+ - move from * experimental* to * stable* (#426 ).
12
13
13
14
# precommit v0.3.1
14
15
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ knitr::opts_chunk$set(
15
15
16
16
<!-- badges: start -->
17
17
18
- [ ![ CRAN status] ( https://www.r-pkg.org/badges/version/precommit )] ( https://CRAN.R-project.org/package=precommit ) [ ![ Lifecycle: experimental ] ( https://img.shields.io/badge/lifecycle-experimental-orange .svg )] ( https://lifecycle.r-lib.org/articles/stages.html#experimental ) [ ![ R build status] ( https://github.com/lorenzwalthert/precommit/workflows/R-CMD-check/badge.svg )] ( https://github.com/lorenzwalthert/precommit/actions )
18
+ [ ![ CRAN status] ( https://www.r-pkg.org/badges/version/precommit )] ( https://CRAN.R-project.org/package=precommit ) [ ![ Lifecycle: stable ] ( https://img.shields.io/badge/lifecycle-stable-green .svg )] ( https://lifecycle.r-lib.org/articles/stages.html#stable ) [ ![ R build status] ( https://github.com/lorenzwalthert/precommit/workflows/R-CMD-check/badge.svg )] ( https://github.com/lorenzwalthert/precommit/actions )
19
19
20
20
<!-- badges: end -->
21
21
Original file line number Diff line number Diff line change 8
8
[ ![ CRAN
9
9
status] ( https://www.r-pkg.org/badges/version/precommit )] ( https://CRAN.R-project.org/package=precommit )
10
10
[ ![ Lifecycle:
11
- experimental ] ( https://img.shields.io/badge/lifecycle-experimental-orange .svg )] ( https://lifecycle.r-lib.org/articles/stages.html#experimental )
11
+ stable ] ( https://img.shields.io/badge/lifecycle-stable-green .svg )] ( https://lifecycle.r-lib.org/articles/stages.html#stable )
12
12
[ ![ R build
13
13
status] ( https://github.com/lorenzwalthert/precommit/workflows/R-CMD-check/badge.svg )] ( https://github.com/lorenzwalthert/precommit/actions )
14
14
You can’t perform that action at this time.
0 commit comments