Skip to content

Commit 5694b11

Browse files
prepare release
1 parent ac7e98f commit 5694b11

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

DESCRIPTION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: styler
33
Title: Non-Invasive Pretty Printing of R Code
4-
Version: 1.4.0.9000
4+
Version: 1.4.1
55
Authors@R:
66
c(person(given = "Kirill",
77
family = "Müller",
@@ -11,8 +11,8 @@ Authors@R:
1111
family = "Walthert",
1212
role = c("cre", "aut"),
1313
email = "[email protected]"))
14-
Description: Pretty-prints R code without changing the user's formatting
15-
intent.
14+
Description: Pretty-prints R code without changing the user's
15+
formatting intent.
1616
License: MIT + file LICENSE
1717
URL: https://github.com/r-lib/styler, https://styler.r-lib.org
1818
BugReports: https://github.com/r-lib/styler/issues
@@ -44,8 +44,8 @@ VignetteBuilder:
4444
knitr
4545
Encoding: UTF-8
4646
LazyData: true
47-
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate",
48-
"pkgapi::api_roclet"))
47+
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace",
48+
"collate", "pkgapi::api_roclet"))
4949
RoxygenNote: 7.1.1.9001
5050
Collate:
5151
'addins.R'

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# styler 1.4.0.9000 (Development)
1+
# styler 1.4.1
22

3-
* Fix interaction between cache and `base_indention` (#764).
3+
* Fix interaction between cache and `base_indention`. This also fixes
4+
the Addin for styling a selection with base indention repeatedly (#764).
45
* Add more examples to `styler_*` helpfiles (#762).
56
* Hexadecimal integers now preserve the trailing `L` when styled (#761).
67
* Add a pre-push hook to make sure news bullets are added to each PR (#765).

cran-comments.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
This is a follow-up release to version 1.4.0 (2021-03-22) because a major bug
2+
(https://github.com/r-lib/styler/issues/763) had to be resolved. The last
3+
update of styler was more than a year ago.
4+
15
## Test environments
26

37
* local OS X install (10.15.7): R 4.0.3

0 commit comments

Comments
 (0)