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

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

AUTHOR My signature designates authorship of this document.

all_sig[grepl("validation lead",all_sig$role, ignore.case = TRUE),] %>%
  set_rownames(seq_len(nrow(.))) %>%
  vt_kable_sig_table()

APPROVAL I have reviewed this document and approve its content.

all_sig[!grepl("validation lead",all_sig$role, ignore.case = TRUE),] %>%
  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()

Validation Environment

vt_scrape_val_env() %>% 
  vt_kable_val_env()

Authors

Requirements

vt_scrape_requirement_editors() %>% 
  vt_kable_requirement_editors()

Functions

vt_scrape_function_editors(tags = c("editor", "editDate")) %>%
 vt_kable_function_editors()

Test Case Authors

vt_scrape_test_case_editors() %>%
 vt_kable_test_case_editors()

Test Code Authors

vt_scrape_test_code_editors() %>%
 vt_kable_test_code_editors()

Traceability

vt_scrape_coverage_matrix() %>% 
 vt_kable_coverage_matrix()

\clearpage

Risk Assessment

vt_scrape_risk_assessment() %>% 
  vt_kable_risk_assessment()

\newpage

Validation

child_files <- vt_get_child_files()
vt_file(vt_path(child_files),dynamic_referencing = FALSE)


Sterniii3/drugdevelopR documentation built on Jan. 26, 2024, 6:17 a.m.