- This event has passed.
Event Navigation
Developing R Packages
March 22, 2017 @ 2:00 pm - 4:00 pm
Rackham Building, Earl Lewis Room, 3rd Floor East
Releasing code or data sets as R packages enables the bundling of code, data, documentation and testing into a coherent structure which is easy to share. Creating R packages has never been easier thanks to the `devtools` package. We’ll go over the basic structure of an R package, and then demonstrate a complete package including unit testing via the `testthat` package.