11  Packages and platform

11.1 Packages

11.1.1 Right sizing dependencies

11.1.2 renv

11.1.3 Compared to python

If you’re familiar with Python, it’s worth talking a little about the differences:

  • CRAN vs PyPI
  • Chances of random packages working together
  • Virtual env as default vs optional
  • SemVer

11.2 Platform