suppressPackageStartupMessages({
  library(valtools)
  library(knitr)
  library(kableExtra)
  library(magrittr)
  library(devtools)
  library({{pkg_name}})
})

opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  eval = TRUE,
  echo = FALSE,
  results = "asis",
  message = FALSE,
  tidy = FALSE
)

options(
  knitr.kable.NA = '',
  knitr.duplicate.label = "allow"
)
all_sig <- vt_scrape_sig_table() 

\newpage

Certifications

Signatures

APPROVAL I have reviewed this document and approve its content.

all_sig[!tolower(all_sig$role) %in% c("validation lead", "tester"),] %>%
  set_rownames(seq_len(nrow(.))) %>% 
  vt_kable_sig_table()

The effective date of this document is the last date of signature.

\newpage

Release details

Package Information

Change Log

vt_scrape_change_log() %>% 
  vt_kable_change_log()

Authors

vt_scrape_requirement_editors() %>% 
  vt_kable_requirement_editors()

Risk Assessment

vt_scrape_risk_assessment() %>% 
  vt_kable_risk_assessment()

\newpage

Requirements

child_files <- vt_get_child_files() %>% 
  extract(grepl(tolower(.), pattern = 'req'))
vt_file(vt_path(child_files), dynamic_referencing = {{enable_dynamic_referencing}})


phuse-org/valtools documentation built on Nov. 10, 2024, 1:36 a.m.