These exercises follow the material in Reproducible R.

Exercise 1 - Packages and R

sessionInfo()
sessionInfo("ggplot2")
library(BiocManager)
version()
library(rmarkdown)
library(ggplot2)
library(plotly)
sessionInfo()

Exercise 2 - Renv