Chris Woodard presents: Creating R packages!


Details
• What we'll do
R packages look more intimidating to build and deploy than they really are. Chris will walk us through building a simple package that incorporates a number of things we all see - wrapper functions, documentation, packaged datasets - and some things we don't see but can appreciate all the same (tests).
What this will do is wrap lm(), cor() and a few other standard R functions with functions that let a less-experienced-with-R analyst perform linear regressions with correlation matrices and data plots. It will include packaged R data files, some vignettes and in-code documentation.
• What to bring
If you wish to bring a laptop to follow along, code and slides will be posted ~24 hours in advance at https://github.com/TampaUseRs/TampaUseRs/tree/master/meetups

Chris Woodard presents: Creating R packages!