Articles by Posts on Lorenz Walthert

styler 1.4.0

March 28, 2021 | Posts on Lorenz Walthert

I am happy to announce that styler 1.4.0 is available on CRAN. Since the last release over a year ago, styler was improved in various ways. Dry and quiet runs You can run styler without modifying any files with the dry mode enabled. When "on&q... [Read more...]

styler 1.4.0

March 28, 2021 | Posts on Lorenz Walthert

I am happy to announce that styler 1.4.0 is available on CRAN. Since the last release over a year ago, styler was improved in various ways. Dry and quiet runs You can run styler without modifying any files with the dry mode enabled. When "on"... [Read more...]

styler 1.4.0

March 28, 2021 | Posts on Lorenz Walthert

I am happy to announce that styler 1.4.0 is available on CRAN. Since the last release over a year ago, styler was improved in various ways. Dry and quiet runs You can run styler without modifying any files with the dry mode enabled. When "on"... [Read more...]

precommit initial CRAN release

June 13, 2020 | Posts on Lorenz Walthert

I am happy to announce that {precommit} 0.1.2 is available from CRAN. Pre-commit hooks are tests that run each time you attempt to commit. If the tests pass, the commit will be made, otherwise not. A very basic test is to check if code is syntactically valid, making sure you have ... [Read more...]

precommit initial CRAN release

June 13, 2020 | Posts on Lorenz Walthert

I am happy to announce that {precommit} 0.1.2 is available from CRAN. Pre-commit hooks are tests that run each time you attempt to commit. If the tests pass, the commit will be made, otherwise not. A very basic test is to check if code is syntactically... [Read more...]

styler 1.3.0

March 14, 2020 | Posts on Lorenz Walthert

I am pleased to announce that styler 1.3.2 is available on CRAN. An emergency release and a maintenance release required from the CRAN team followed quickly after 1.3.0, so please make sure you use version 1.3.2. There are two major new features. Caching to make repeated styling quicker and stylerignore, the feature for ... [Read more...]

styler 1.3.0

March 14, 2020 | Posts on Lorenz Walthert

I am pleased to announce that styler 1.3.2 is available on CRAN. An emergency release and a maintenance release required from the CRAN team followed quickly after 1.3.0, so please make sure you use version 1.3.2. There are two major new features. Cachi... [Read more...]

styler 1.2.0

November 5, 2019 | Posts on Lorenz Walthert

We are pleased to announce that styler 1.2.0 is now available on CRAN. All the below features were added after styler 1.1.0, except the ones listed under Other changes were added somewhere between 1.0.0 and 1.1.0. Let’s get started: install.packages("styler") library(styler) Alignment detection styler can finally detect aligned code and ... [Read more...]

strcode – structure your code better

February 19, 2017 | Posts on Lorenz Walthert

I am pleased to announce my package strcode, a package that should make structuring code easier. You can install it from GitHub, a CRAN submission is planned at a later stage.
devtools::install_github("lorenzwalthert/strcode")
A concept for code structuring The main feature of the package is its function to insert code breaks. ...
[Read more...]

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)