#53 How to write an R package - a tutorial
Details
๐ Welcome to the 53nd edition of Berlin R Users Group ๐
๐ฅ Stream: https://www.youtube.com/watch?v=oJOa0tgWt5Q
๐ฌ Abstract: 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)
โ๏ธ Agenda:
- 18:30-19:00: doors are open & networking
- 19:00-19:02: welcoming remarks by organizers
- 19:02-20:00: talk & questions
- 20:00-20:30: informal discussions
- 20:30: drinks & food in a nearby bar

