Builds a herald_context object that captures the submission standard,
version, CT package version, and optional Define-XML path. Pass the context
to validate() via the standard / version
parameters for standard-aware rule selection and richer reports.
Usage
new_herald_context(
standard = NULL,
version = NULL,
ct_version = NULL,
define_xml = NULL,
call = rlang::caller_env()
)Arguments
- standard
Character. One of
"sdtmig","adamig", or"sendig". Case-insensitive.- version
Character. Standard version string, e.g.,
"3.4"for SDTMIG 3.4,"1.1"for ADaMIG 1.1.NULLto omit.- ct_version
Character. NCI EVS CT release date, e.g.,
"2024-06-28".NULLto omit.- define_xml
Character. Path to a Define-XML 2.1 file, or
NULL.- call
Caller environment for error reporting.
See also
Other conformance:
adam_rules(),
build_anchor_index(),
clear_ct(),
fda_rules(),
fetch_core_rules(),
fetch_herald_rules(),
herald_rules_cache_dir(),
list_ct(),
load_herald_config(),
pmda_rules(),
register_ct(),
register_operator(),
rule_catalog(),
rule_config(),
update_core_rules(),
validate(),
validate_spec(),
validate_spec_define(),
validation_report(),
verify_html_report()
