Spring clean your R packages
Published: March 7, 2024.
Give your R packages a spring clean with these helper functions from the usethis package.
Author: Rhian Davies
Published: March 7, 2024.
Give your R packages a spring clean with these helper functions from the usethis package.
Author: Rhian Davies
Published: March 7, 2024.
Give your R packages a spring clean with these helper functions from the usethis package.
Author: Keith Newman
Published: February 16, 2023.
By automating a few tasks using continuous integration and continuous delivery pipelines, developers at Jumping Rivers spent less time on the trivial and repetitive tasks, and more time making improvements where it really mattered.
Author: Colin Gillespie
Published: June 25, 2020.
Continuous integration is an amazing tool when developing R packages. We push a change to the server, and a process is spawned that checks we haven’t done something silly. It protects us from ourselves! However this process can become slow, as typically the CI process starts with a blank virtual machine (VM).