Skip to content

Files

Latest commit

 

History

History

2018_02_03-You-can-make-a-package-in-20-minutes

Setup

The talk will mainly be a interactive demo, if you would like to follow along

  • R and the RStudio IDE - I will be using R 3.4.3 and the RStudio Preview (v1.1.350).

  • devtools, roxygen2, testthat and usethis from CRAN.

    install.packages(c("devtools", "roxygen2", "testthat", "usethis"))

  • Please run update.packages(ask = FALSE, checkBuilt = TRUE) to make sure your packages are fully updated.

Slides

Link to HTML Presentation