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.