An open API service indexing awesome lists of open source software.

https://github.com/bradleyboehmke/r-training-package-development

R package development training material
https://github.com/bradleyboehmke/r-training-package-development

data-science education r teaching training-materials

Last synced: over 1 year ago
JSON representation

R package development training material

Awesome Lists containing this project

README

          

## R Training: Package Development

**Course Description:** This short course walks through the basics of developing an R package. Upon successfully completing this course, students will be able to:

* create the necessary package framework
* document package metadata
* incorporate and document custom functions
* add example data
* integrate code testing
* write a vignette
* and deploy their package