Skip to content

Commit 48e8ab1

Browse files
prepare release
1 parent 634dce1 commit 48e8ab1

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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.10.2.9000
4+
Version: 1.10.3
55
Authors@R:
66
c(person(given = "Kirill",
77
family = "Müller",

NEWS.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->
22

3+
# styler 1.10.3
4+
5+
This release was requested by the CRAN team since parser error messages changed,
6+
which were hard-coded in some unit tests (#1180).
7+
8+
**Minor changes**
9+
10+
- Add a package sticker (#1172, #1173).
11+
- Improve error message for scope (#1176).
12+
- Update lintr config and address newly found lints (#1158).
13+
- Fix new lints about implicit return (#1166).
14+
- Clean new lints (#1149).
15+
- Clean up unnecessary YAML front matter in README (#1165).
16+
17+
**CI**
18+
19+
- Update pre-commit and GitHub Actions (#1177, #1175, #1171, #1171, #1164, #1152, #1148).
20+
- Delete URL check workflow (#1160).
21+
22+
**Testing**
23+
24+
- Suppress warning in io tests (#1169).
25+
- Ensure unit tests check for appropriate error messages in the R parser for
26+
R > 4.3 (#1180).
27+
- Remove outdated test about repeated parsing (#1163).
28+
- Update roxygen test comments (#1162).
29+
- Delete unused snapshot (#1159).
30+
31+
We thank everyone who helped making this release possible.
32+
33+
[&#x0040;AshesITR](https://github.com/AshesITR), [&#x0040;averissimo](https://github.com/averissimo), [&#x0040;IndrajeetPatil](https://github.com/IndrajeetPatil), [&#x0040;lorenzwalthert](https://github.com/lorenzwalthert), [&#x0040;mcanouil](https://github.com/mcanouil), [&#x0040;moodymudskipper](https://github.com/moodymudskipper), [&#x0040;olivroy](https://github.com/olivroy), [&#x0040;sbanville-delfi](https://github.com/sbanville-delfi), [&#x0040;sorhawell](https://github.com/sorhawell), [&#x0040;ssh352](https://github.com/ssh352), [&#x0040;swo](https://github.com/swo), and [&#x0040;vertesy](https://github.com/vertesy).
34+
335
# styler 1.10.2
436

537
This release was requested by the CRAN team to fix CRAN warning on invalid

cran-comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ editor_options:
44
wrap: 79
55
---
66

7-
This is a release requested by the CRAN team to comply with
8-
`R_CHECK_STOP_ON_INVALID_NUMERIC_VERSION_INPUTS`.
7+
This is a release requested by the CRAN team to comply with new error messages
8+
in the R parser that caused unit tests to fail.
99

1010

1111
## Test environments

0 commit comments

Comments
 (0)