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: October 19, 2021
In 2020, GitHub took the correct decision to change the default branch from master to main. For single, independent repositories, this is relatively straightforward. But moving groups or organisations is more complex and requires planning.
Author: Mandy Norrbo
Published: July 13, 2021
Forking repositories is a great way to learn from and contribute to others' code. However, you may quickly end up with a cluttered user space, with old forks lingering around. Manually removing repositories is slow and tedious. Read more to find out how you can use the {gh} package to speed up the process.