capture_gazepoint_environment: Capture a reproducibility environment record

View source: R/environment-provenance.R

capture_gazepoint_environmentR Documentation

Capture a reproducibility environment record

Description

Capture a reproducibility environment record

Usage

capture_gazepoint_environment(
  packages = unique(c("gp3ml", loadedNamespaces())),
  root = ".",
  include_renv = FALSE
)

Arguments

packages

Packages to record. Defaults to gp3ml and currently loaded namespaces.

root

Repository/project root used to capture Git SHA.

include_renv

Whether to record an existing renv.lock hash.

Value

A gp3ml_environment_record.


gp3ml documentation built on Aug. 23, 2026, 5:11 p.m.