powered by
Generate an renv-compatible lockfile for package reproducibility
create_renv_lockfile(output_file, project_path = ".")
Path to created lockfile
Character. Path to save lockfile (required).
Character. Path to project. Default is current directory.
if (FALSE) { create_renv_lockfile(output_file = tempfile(fileext = ".lock")) }
Run the code above in your browser using DataLab