Fun with R - Creating a custom R package

Abstract

One of the many benefits of working with R, it’s the community of useRs that maintain an ever growing list of packages (over 19k, published on the CRAN: https://cran.r-project.org/web/packages/). Most of these packages are maintained by online communities, that involve contributions from people around the World. You don’t have to be an “R Jedi” to create your own packages, you just need to follow few steps and you soon will be sharing your own packages with your colleagues & the wider R community. This short talk will briefly discuss what are the benefits, what tools do you need (yes, there are R packages to create R packages) and demonstrate how to create your very own package.

Start Source