Skip to content

Commit fedf7a6

Browse files
Merge pull request #766 from lorenzwalthert/rc-1.4.1
- Hotfix release 1.4.1 (#766).
2 parents ac7e98f + 58ffe1c commit fedf7a6

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 2 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",
@@ -43,7 +43,6 @@ Suggests:
4343
VignetteBuilder:
4444
knitr
4545
Encoding: UTF-8
46-
LazyData: true
4746
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate",
4847
"pkgapi::api_roclet"))
4948
RoxygenNote: 7.1.1.9001

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)