
Create a manifest of the environment for reproducibility
Source:R/validation.R
create_reproducibility_manifest.RdCreate a manifest of the environment for reproducibility
Examples
d <- data.frame(x = 1:5)
mf <- create_reproducibility_manifest(d, parameters = list(seed = 1),
seeds = list(global = 1L))
mf$r_version
#> [1] "R version 4.6.1 (2026-06-24)"