From 383347d03f3535d9e3c1b1a7ec6df64d7e3e8190 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Tue, 23 Aug 2022 11:06:28 +0200 Subject: [PATCH 1/2] Bump minimum needed R version to `3.5` --- DESCRIPTION | 2 +- NEWS.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b9c69e888..1ba5c849b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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), diff --git a/NEWS.md b/NEWS.md index 086c9eaba..ab1387e20 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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** From b7aa0363a35d664a45106713de9214ccbf65da6e Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Tue, 23 Aug 2022 15:39:31 +0200 Subject: [PATCH 2/2] Fix URL --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index ab1387e20..bfade5a85 100644 --- a/NEWS.md +++ b/NEWS.md @@ -629,7 +629,7 @@ Thanks to all contributors involved, in particular ## Adaption - styler is now available through the pre-commit hook `style-files` in - . + . Thanks to all contributors involved, in particular