\dontrun{
# get history of previous versions of renv.lock in VCS
db <- renv::history()
# choose an older commit
commit <- db$commit[5]
# revert to that version of the lockfile
renv::revert(commit = commit)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.