https://github.com/lgatto/quickpackage
A 5 minute introduction on writing R packages
https://github.com/lgatto/quickpackage
Last synced: about 2 months ago
JSON representation
A 5 minute introduction on writing R packages
- Host: GitHub
- URL: https://github.com/lgatto/quickpackage
- Owner: lgatto
- Created: 2013-05-10T08:55:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-03T14:16:49.000Z (over 11 years ago)
- Last Synced: 2025-01-20T22:55:22.151Z (3 months ago)
- Language: R
- Size: 633 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`QuickPackage` is a very briefly illustration of the process of creating an [R](http://www.r-project.org/) package.
I generally use it to give people a feeling about the process, without actually teaching it explicitely.
`QuickPackageAndMore` is a slightly longer version that briefly introduces other points of interests.
All the details are presented in a more substantial R development course referenced in the slides.See the [TeachingMaterial](https://github.com/lgatto/TeachingMaterial) repository for more material.
This material is licensed under the
[Creative Commons Attribution-ShareAlike 3.0 License](http://creativecommons.org/licenses/by-sa/3.0/).