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
- Host: GitHub
- URL: https://github.com/bradleyboehmke/r-training-package-development
- Owner: bradleyboehmke
- Created: 2018-03-16T13:51:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T14:05:57.000Z (over 8 years ago)
- Last Synced: 2025-01-29T18:13:51.289Z (over 1 year ago)
- Topics: data-science, education, r, teaching, training-materials
- Language: R
- Size: 18.5 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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