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

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

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/).