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 11# General
22
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.
64# Adding new hooks
75
86To 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:
88
99- ` parsable-R ` hook now gives more context on where and how parsing
1010 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 ).
1213
1314# precommit v0.3.1
1415
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ knitr::opts_chunk$set(
1515
1616<!-- badges: start -->
1717
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 )
1919
2020<!-- badges: end -->
2121
Original file line number Diff line number Diff line change 88[ ![ CRAN
99status] ( https://www.r-pkg.org/badges/version/precommit )] ( https://CRAN.R-project.org/package=precommit )
1010[ ![ 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 )
1212[ ![ R build
1313status] ( https://github.com/lorenzwalthert/precommit/workflows/R-CMD-check/badge.svg )] ( https://github.com/lorenzwalthert/precommit/actions )
1414
You can’t perform that action at this time.
0 commit comments