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
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
vt_scrape_change_log() %>% vt_kable_change_log()
vt_scrape_requirement_editors() %>% vt_kable_requirement_editors()
vt_scrape_risk_assessment() %>% vt_kable_risk_assessment()
\newpage
child_files <- vt_get_child_files() %>% extract(grepl(tolower(.), pattern = 'req')) vt_file(vt_path(child_files), dynamic_referencing = {{enable_dynamic_referencing}})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.