Pardon the interruption as we migrate content to our new site. Visit posit.co for our full site.
rstudio::conf 2018
You can make a package in 20 minutes
February 27, 2018
Creating an R package can be a daunting task if you have only used R interactively, in notebooks or scripts. This talk will demystify the process creation process by going from a simple R script and turning it into a fully fledged package complete with documentation, README, examples and tests all in only twenty minutes! Along the way you will be introduced to useful functions for package development from the devtools and usethis packages, as well as the best places to find information about package development.
Jim is a software engineer on the Tidyverse team, with a background in Bioinformatics and Genomics. He is the author and maintainer of a number of R packages including covr, devtools, glue, readr and more…