Package Management for Reproducible Data Science in R


Details
Reproducible data science encompasses a broad range of practices including, but not limited to, version control (such as git) and literate programming (like R Markdown). One practice that is often overlooked is proper management of packages. Code that works with software or package version you have installed may break when run with different software or package version.
In this webinar, we will discuss R package management solutions for two scenarios. Isabella will show how to maintain installed packages when upgrading to a new version of R, using the recent release of R 4.0 as an example. Mike will demonstrate how the renv package can be used to maintain packages within individual data science projects.

Sponsors
Package Management for Reproducible Data Science in R