Maybe it is possible to do a recap at the end of the tutorial where all commands are summarized with respect to how they change the status of each column? For example
renv::snapshot() will update recorded according to used
renv::record() will update recorded
renv::restore() will update installed according to recorded
optional: install.packages() will update installed
Maybe it is possible to do a recap at the end of the tutorial where all commands are summarized with respect to how they change the status of each column? For example
renv::snapshot()
will updaterecorded
according toused
renv::record()
will updaterecorded
renv::restore()
will updateinstalled
according torecorded
install.packages()
will updateinstalled