module_teal_lockfile {teal}R Documentation

Generate lockfile for application's environment reproducibility

Description

Generate lockfile for application's environment reproducibility

Usage

ui_teal_lockfile(id)

srv_teal_lockfile(id)

.teal_lockfile_process_invoke(lockfile_path)

.renv_snapshot(lockfile_path)

.is_lockfile_deps_installed()

.is_disabled_lockfile_scenario()

Arguments

id

(character(1)) shiny module instance id.

lockfile_path

(character) path to the lockfile.

Value

NULL

Different ways of creating lockfile

teal leverages renv::snapshot(), which offers multiple methods for lockfile creation.

lockfile usage

After creating the lockfile, you can restore the application's environment using renv::restore().

See Also

renv::snapshot(), renv::restore().


[Package teal version 0.16.0 Index]