Articles by Lorenz Walthert

Posts

February 15, 2019 | Lorenz Walthert

[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 [Read more...]

Mastering your day as a programmer

February 15, 2019 | Lorenz Walthert

How do you program? I feel like there is a lot of advice out there, but most of it focuses on the micro level rather than on the macro level. That’s why I decided to think about what makes one an efficient programmer on a macro level. Think long-term ... [Read more...]

styler 1.1.0

November 27, 2018 | Lorenz Walthert

styler 1.1.0 is now available on CRAN. This release introduces new features and is fully backward-compatible. It also adapts to changes in the R parser committed into R devel (#419). Major changes are: styler can now style roxygen code examples in the source code of package. This might be helpful for package ... [Read more...]

styler 1.1.0

November 27, 2018 | Lorenz Walthert

styler 1.1.0 is now available on CRAN. This release introduces new features and is fully backward-compatible. It also adapts to changes in the R parser committed into R devel (#419). Major changes are: styler can now style roxygen code examples in the source code of package. This might be helpful for package ... [Read more...]

styler 1.1.0

October 20, 2018 | Lorenz Walthert

styler 1.1.0 is now available on CRAN. This release introduces new features and is fully backward-compatible. It also adapts to changes in the R parser committed into R devel (#419). Major changes are: styler can now style roxygen code examples in the source code of package. This might be helpful for package ... [Read more...]

Customizing styler – the quick way

July 15, 2018 | Lorenz Walthert

I am currently experiencing problems with getting my posts in full length on r-bloggers. You can continue here with reading in case only the first paragraph is rendered. One cool thing that happens if you work resonates in the community is that you see other people using it. In this ... [Read more...]

Customizing styler – the quick way

July 15, 2018 | Lorenz Walthert

I am currently experiencing problems with getting my posts in full length on r-bloggers. You can continue here with reading in case only the first paragraph is rendered. One cool thing that happens if you work resonates in the community is that you see other people using it. In this ... [Read more...]

Mastering your day as a programmer

July 3, 2018 | Lorenz Walthert

How do you program? I feel like there is a lot of advice out there, but most of it focuses on the micro level rather than on the macro level. That’s why decided to think about what makes one an efficient programmer on a macro level. Think long-te... [Read more...]

Mastering your day as a programmer

July 3, 2018 | Lorenz Walthert

How do you program? I feel like there is a lot of advice out there, but most of it focuses on the micro level rather than on the macro level. That’s why decided to think about what makes one an efficient programmer on a macro level. Think long-term Spend ... [Read more...]

oneliner – a new style guide for styler

March 31, 2018 | Lorenz Walthert

I am happy to introduce oneliner, a package that implements the one-line-style as a third-party style guide ready to use with styler. Hence, after the tidyverse style guide, this is the first third-party style guide for styler I am aware of - and a particularly useful one. Let’s see ... [Read more...]

oneliner – a new style guide for styler

March 31, 2018 | Lorenz Walthert

I am happy to introduce oneliner, a package that implements the one-line-style as a third-party style guide ready to use with styler. Hence, after the tidyverse style guide, this is the first third-party style guide for styler I am aware of - and a particularly useful one. Let’s see ... [Read more...]

oneliner – a new style guide for styler

March 31, 2018 | Lorenz Walthert

I am happy to introduce oneliner, a package that implements the one-line-style as a third-party style guide ready to use with styler. Hence, after the tidyverse style guide, this is the first third-party style guide for styler I am aware of - and a particularly useful one. Let’s see ... [Read more...]

styler 1.0.1

March 8, 2018 | Lorenz Walthert

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 ... [Read more...]

styler 1.0.1

March 8, 2018 | Lorenz Walthert

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 ... [Read more...]

styler 1.0.1

March 8, 2018 | Lorenz Walthert

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 ... [Read more...]

strcode – structure your code better

February 19, 2017 | 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)