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: 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).