Skip to content

Commit 6313d85

Browse files
Merge pull request #1120 from r-lib/rc-1.10.0
Release {styler} 1.10.0
2 parents 1584683 + c1730b5 commit 6313d85

File tree

4 files changed

+35
-6
lines changed

4 files changed

+35
-6
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.9.1
4+
Version: 1.10.0
55
Authors@R:
66
c(person(given = "Kirill",
77
family = "Müller",

NEWS.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->
2+
# styler 1.10.0
3+
4+
This release contains speed-ups between 20% and 40% depending on your use case
5+
thanks to replacing {base} functionality with {vctrs} (#1114). With the speed
6+
boost introduced in version 1.8.0 in Oct. 2022, {styler} is now up to 2x as fast
7+
as before release 1.8.0.
8+
9+
This release was created upon a request by the CRAN team to actively manage not
10+
just cached files but also the potentially empty cache directories they live in
11+
(#1118). Here are the changes in detail:
12+
13+
14+
- Require at least R 3.6 (#1101).
15+
- Prefer {vctrs} functions over slower {base} equivalents (#1114).
16+
- Replace deprecated use of `rlang::with_handlers()` (#1103).
17+
- Remove tail recursion in favor of `repeat` (#1113).
18+
- split `test-public_api.R` for better sharding (#1109).
19+
- 0-pad filenames for sharding (#1110)
20+
- add missing {testthat} snapshots (#1115).
21+
- Bump {touchstone} config (#1104, #1107).
22+
- Bump `actions/checkout` to version 3 in GitHub Actions (#1098).
23+
24+
Thanks for everyone contributing to this release:
25+
26+
[&#x0040;IndrajeetPatil](https://github.com/IndrajeetPatil), [&#x0040;krlmlr](https://github.com/krlmlr), [&#x0040;kyleam](https://github.com/kyleam), [&#x0040;MichaelChirico](https://github.com/MichaelChirico), [&#x0040;mvanaman](https://github.com/mvanaman), [&#x0040;olivroy](https://github.com/olivroy), and [&#x0040;vvarik](https://github.com/vvarik).
227

328
# styler 1.9.1
429

cran-comments.md

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

7-
This is a release to fix critical bugs and release a new feature.
7+
This is a release requested by the CRAN team to delete empty directories in the
8+
user's cache.
89

910

1011
## Test environments
1112

12-
- ubuntu 20.04 (on GitHub Actions): R devel, R 4.2.1, 4.1.2, R 4.0.5, R 3.6,
13-
R 3.5.
14-
- Windows Server 10 (on GitHub Actions): R devel, R 4.2.1, R 4.1.2, R 3.6.
13+
- ubuntu 20.04 (on GitHub Actions): R devel, R 4.3.0, R 4.2.1, 4.1.2, R 4.0.5,
14+
R 3.6
15+
- Windows Server 10 (on GitHub Actions): R devel, R 4.3.0, R 4.2.1, R 4.1.2,
16+
R 3.6.
1517
- win-builder: R devel
1618

1719
## R CMD check results
@@ -37,4 +39,5 @@ compliant with the requirements of CRAN.
3739
I also ran R CMD check on all 39 downstream dependencies of styler using the
3840
revdepcheck package.
3941

40-
All of them finished R CMD CHECK with zero (0) ERRORS, WARNINGS and NOTES.
42+
All of them finished R CMD CHECK with the same number of ERRORS, WARNINGS and
43+
NOTES.

inst/WORDLIST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ setCacheRootPath
232232
setdiff
233233
setenv
234234
Shallowify
235+
sharding
235236
shinydashboardPlus
236237
shinymeta
237238
shinyMonacoEditor

0 commit comments

Comments
 (0)