Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.62 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.62 KB

Build Status

r-package-skeleton

This is for a 2017 SCUG class scheduled for two 1-hour SCUG meetings.

Creating a minimal R package: initializing package skeleton

  1. We’ll establish a minimal R package that serves as a stable platform for you to deploy your own functions to multiple projects and people.
  2. In the first meeting (on March 7),
  3. For the second meeting (April 4),
    • you’ll add your own functions to the package, and we’ll tackle some tricky problems together.
    • We’ll cover more complicated branching/rebasing scenarios
  4. For both meetings,
  5. This hands-on discussion follows the material in two repos: