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.
- Host: GitHub
- URL: https://github.com/dewittpe/drug-r-pkg-talk
- Owner: dewittpe
- Created: 2015-06-16T15:54:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T20:12:49.000Z (almost 11 years ago)
- Last Synced: 2024-06-12T17:53:01.669Z (about 2 years ago)
- Language: R
- Size: 344 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```