Create a reproducibility report
Source:R/governance-reports.R
create_gazepoint_reproducibility_report.RdCreate a reproducibility report
Value
A gp3ml_reproducibility_report object containing runtime information, object and data fingerprints, seeds, Git metadata, notes, and prohibited uses.
Examples
example_data <- data.frame(
trial_id = sprintf("T%02d", 1:6),
fixation_duration = c(190, 205, 198, 214, 202, 220),
stringsAsFactors = FALSE
)
report <- create_gazepoint_reproducibility_report(
objects = list(
fixation_values = example_data$fixation_duration
),
data = example_data,
seeds = list(example = 101L),
notes = "Synthetic documentation example.",
project_path = tempdir()
)
report
#> <gp3ml_reproducibility_report> 2026-07-24 06:24:46 UTC