renv_lockfile_hash: Get the hash for the previous and current lockfile (as...

View source: R/utils-renv.R

renv_lockfile_hashR Documentation

Get the hash for the previous and current lockfile (as recorded in the lesson)

Description

Get the hash for the previous and current lockfile (as recorded in the lesson)

Usage

renv_lockfile_hash(path, db_path, profile = "lesson-requirements")

Arguments

path

path to the lesson

db_path

path to the database

profile

name of the profile renv uses for the lesson requirements

Value

a named list:

  • old: hash value recoreded in the database

  • new: hash value of the current file


zkamvar/sandpaper documentation built on April 21, 2024, 1:17 a.m.