Build an R package

An intermediate R course for people who want to build their first R package.

There are many benefits to turning your R scripts or functions into a package, like making your code easier to re-use, easier to share with others, easier to document, and easier to test. But the process of writing a package can feel intimidating, especially if you haven’t done it before. But it doesn’t need to!

Learning outcomes:

Pre-requisites:

Time: 2 hours.

Course website: nrennie.rbind.io/training-r-packages