Skip to content

Commit 62238a8

Browse files
Merge pull request #986 from IndrajeetPatil/bump_to_35
Bump minimum needed R version to `3.5`
2 parents fc048e9 + b7aa036 commit 62238a8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ License: MIT + file LICENSE
1818
URL: https://github.com/r-lib/styler, https://styler.r-lib.org
1919
BugReports: https://github.com/r-lib/styler/issues
2020
Depends:
21-
R (>= 3.4.0)
21+
R (>= 3.5.0)
2222
Imports:
2323
cli (>= 3.1.1),
2424
magrittr (>= 2.0.0),

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ editor_options:
1111
- `style_dir()` and `style_pkg()` now default to styling all supported file
1212
formats (`.R`, `.Rmd`, `.Rmarkdown`, `.Rnw`, and `.qmd`) in the (package)
1313
directory (\@IndrajeetPatil, #965).
14-
- `style_pkg()` now excludes the auto-generated `R/cpp11.R` file (#977).
14+
- `style_pkg()` now excludes the auto-generated `R/cpp11.R` file (#977).
15+
- Minimum needed R version is now bumped to `3.5` (\@IndrajeetPatil, #986).
1516

1617
**Features**
1718

@@ -628,7 +629,7 @@ Thanks to all contributors involved, in particular
628629
## Adaption
629630

630631
- styler is now available through the pre-commit hook `style-files` in
631-
<https://github.com/lorenzwalthert/pre-commit-hooks>.
632+
<https://github.com/lorenzwalthert/precommit>.
632633

633634
Thanks to all contributors involved, in particular
634635

0 commit comments

Comments
 (0)