Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ License: MIT + file LICENSE
URL: https://github.com/r-lib/styler, https://styler.r-lib.org
BugReports: https://github.com/r-lib/styler/issues
Depends:
R (>= 3.4.0)
R (>= 3.5.0)
Imports:
cli (>= 3.1.1),
magrittr (>= 2.0.0),
Expand Down
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ editor_options:
- `style_dir()` and `style_pkg()` now default to styling all supported file
formats (`.R`, `.Rmd`, `.Rmarkdown`, `.Rnw`, and `.qmd`) in the (package)
directory (\@IndrajeetPatil, #965).
- `style_pkg()` now excludes the auto-generated `R/cpp11.R` file (#977).
- `style_pkg()` now excludes the auto-generated `R/cpp11.R` file (#977).
- Minimum needed R version is now bumped to `3.5` (\@IndrajeetPatil, #986).

**Features**

Expand Down Expand Up @@ -628,7 +629,7 @@ Thanks to all contributors involved, in particular
## Adaption

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

Thanks to all contributors involved, in particular

Expand Down