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

https://github.com/dewittpe/drug-r-pkg-talk

Denver R Users Group Meetup, 18 June 2015. A walk through on building R packages for personal and collaborative use.
https://github.com/dewittpe/drug-r-pkg-talk

Last synced: 5 months ago
JSON representation

Denver R Users Group Meetup, 18 June 2015. A walk through on building R packages for personal and collaborative use.

Awesome Lists containing this project

README

          

# R Packages: How to create your own R package
Talk for the Denver R User Group, 18 June 2015.

----

Slides for my talk on creating R packages. The focus is on taking commonly
used, user specific, code out of sourced R scripts and into a well documented
R package.

----

To rebuild the slides you'll need to have the [`knitr`](https://github.com/yihui/knitr) package installed and then run the following in your terminal.

```bash
mkdir r-dev
R -e "devtools::with_libpaths('r-dev', devtools::install('mypackage/'))"
sh build.sh
```