Skip to contents

Creates an empty manifest object that accumulates cross-check entries via record() and is later serialized with write_manifest_json().

Usage

make_manifest(meta)

Arguments

meta

A named list of run metadata (e.g. project, author, run_at, os, r_version, synthetic).

Value

A manifest list with elements meta and an empty results list.