#nocov start
get_lockfile <- function(...) {
if (packageVersion("renv") >= "1.0.0") {
renv::lockfile_read(...)
} else {
asNamespace("renv")$lockfile(...)$data()
}
}
#nocov enc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.