#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

Sponsoren
#53 How to write an R package - a tutorial