styler 1.0.1

[This article was first published on Lorenz Walthert, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

styler 1.0.1 is now available on CRAN. It is mainly a maintenance release and contains bug fixes and speed improvements. The highlights are:

  • styler 1.0.1 requires tibble 1.4.2 which was optimized for speed, so if you have it installed, styler runs ~2x as fast as before.
  • We’re now recognizing and respecting more DSLs used in R comments: rplumber (#*), shebang (#/!) and knitr chunk headers for spinning (#+ / #-).
  • Code chunks in Rmd documents that don’t use the R engine are no longer formatted.
  • Rule adaptations related to changes in the tidyverse style guide and rlang 0.2.0.
  • Removed an annoying implicit dplyr dependency.

For details, you can have a look at the release notes or check out all Pull Requests that were merged into master since the last release, which contains the majority of the bug fixes, as only few were comitted directly to master.

We thank all people who have contributed to this release in one way or another.

To leave a comment for the author, please follow the link and comment on their blog: Lorenz Walthert.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)