#53 How to write an R package - a tutorial

Berlin R Users Group
Berlin R Users Group
DescriptionOnce you've written a few reusable functions, you want to organize and document them. Luckily, R has just ...
Description
Once you've written a few reusable functions, you want to organize and document them. Luckily, R has just the right infrastructure: packages. In this tutorial, we'll create one from scratch to see how incredibly easy it is to (accidentally) morph from R user into developer.
Preparation
Before the tutorial (i.e. with individual internet access and troubleshoot time just in case), please run:
install.packages("pacman")
pacman::p_load(devtools, roxygen2, berryFunctions, praise)
Trainer
Berry has been teaching R courses in various formats since 2012. He is a freelance R trainer and consultant and works part-time as a lecturer at HPI (Hasso Plattner Institute) in Potsdam. His passion for programming was sparked in his studies of geoecology and the analysis of environmental data is still close to his heart.
He's currently renovating his home, so has little time to live up to being a BRUG co-organizer and is very thankful to the rest of the team for keeping the community alive :).

همه توضیحات ...