You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
NeuroShepherd
changed the title
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
Recap the core commands at the end of the exercises
Aug 29, 2024
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
The text was updated successfully, but these errors were encountered: