January 18, 2017

Overview

  • Part A
    • R-packages – an introduction (10 minutes)
    • Structure and contents of R-packages (30 minutes)
    • From scripts to functions (20 minutes)
  • Part B
    • Building a template package the prospective way (10 minutes)
    • Maintaining a package (20 minutes)

Creating a package in RStudio

Creating a package in RStudio

  • Take some time to think of an arbitrary package.

Creating a package in RStudio

Start with a new project: Menu File > New Project…