You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release was requested by the CRAN team to fix CRAN warning on invalid
38
108
numeric version inputs (#1143).
@@ -50,7 +120,7 @@ We thank everyone who helped making this release possible.
50
120
51
121
[@krlmlr](https://github.com/krlmlr), [@lorenzwalthert](https://github.com/lorenzwalthert), [@MichaelChirico](https://github.com/MichaelChirico), [@olivroy](https://github.com/olivroy), [@rkrug](https://github.com/rkrug), and [@rossdrucker](https://github.com/rossdrucker).
52
122
53
-
# styler 1.10.1
123
+
# {styler} 1.10.1
54
124
55
125
This release was requested by CRAN due to accidentally populating a user cache while building vignettes for R >= 4.3.0.
56
126
@@ -59,7 +129,7 @@ This release was requested by CRAN due to accidentally populating a user cache w
59
129
60
130
Thanks to everyone who contributed to this release: [@olivroy](https://github.com/olivroy) and [@krlmlr](https://github.com/krlmlr).
61
131
62
-
# styler 1.10.0
132
+
# {styler} 1.10.0
63
133
64
134
This release contains speed-ups between 20% and 40% depending on your use case
65
135
thanks to replacing {base} functionality with {vctrs} (#1114). With the speed
@@ -85,7 +155,7 @@ Thanks for everyone contributing to this release:
85
155
86
156
[@IndrajeetPatil](https://github.com/IndrajeetPatil), [@krlmlr](https://github.com/krlmlr), [@kyleam](https://github.com/kyleam), [@MichaelChirico](https://github.com/MichaelChirico), [@mvanaman](https://github.com/mvanaman), [@olivroy](https://github.com/olivroy), and [@vvarik](https://github.com/vvarik).
87
157
88
-
# styler 1.9.1
158
+
# {styler} 1.9.1
89
159
90
160
**Bug fixes**
91
161
@@ -105,7 +175,7 @@ Thanks for everyone who contributed to this release:
105
175
[@dpprdan](https://github.com/dpprdan), [@flying-sheep](https://github.com/flying-sheep), [@giocomai](https://github.com/giocomai) and [@MichaelChirico](https://github.com/MichaelChirico).
106
176
107
177
108
-
# styler 1.9.0
178
+
# {styler} 1.9.0
109
179
110
180
**Features**
111
181
@@ -170,7 +240,7 @@ A big shout out to anyone who contributed to this release:
[@sgorm123](https://github.com/sgorm123), [@stefanoborini](https://github.com/stefanoborini), and [@wdkrnls](https://github.com/wdkrnls).
314
384
315
-
# styler 1.7.0
385
+
# {styler} 1.7.0
316
386
317
387
- if `else` follows directly after `if`, line breaks are removed (#935).
318
388
@@ -426,11 +496,11 @@ Thanks to all contributors that made this release possible:
426
496
[\@ssh352](https://github.com/ssh352), and
427
497
[\@xjtusjtu](https://github.com/xjtusjtu).
428
498
429
-
# styler 1.6.2
499
+
# {styler} 1.6.2
430
500
431
501
- clean up cache files older than one week (#842).
432
502
433
-
# styler 1.6.1
503
+
# {styler} 1.6.1
434
504
435
505
- Files with `.Rmarkdown` extension are now recognized as an R markdown files
436
506
in `style_file()` and friends (#824).
@@ -465,7 +535,7 @@ We'd like to thank all people who helped making this release possible:
465
535
[\@lorenzwalthert](https://github.com/lorenzwalthert), and
0 commit comments