Quality Control
qc.Rmd✅ dv.papo 2.2.0
Date: 2026-Mar-09 00:14:23
This document provides the Quality Control (QC) report for the R package to confirm that it fulfills the criteria required for a “released” status. The QC report contains the following information:
- Specifications (specs): These can be attached to every test that the user adds.
- Traceability matrix: Contains test cases with passed, failed, or skipped expectations.
- Uncovered or undeclared specs
- Session Info and System Configuration
Traceability matrix
In this traceability matrix only those tests that point to an specification are included.
Test cases can contain several expectations a test is considered:
passed if all expectations in the test pass.
failed if at least one expectation in the test fails.
skipped if at least one expectation in the test is skipped.
A test can be both failed and skipped.
Session Info and System Configuration
#> ─ Session info ───────────────────────────────────────────────────────────────
#> setting value
#> version R version 4.4.3 (2025-02-28)
#> os Ubuntu 22.04.5 LTS
#> system x86_64, linux-gnu
#> ui X11
#> language en
#> collate en_US.UTF-8
#> ctype en_US.UTF-8
#> tz Etc/UTC
#> date 2026-03-09
#> pandoc 3.8 @ /usr/bin/ (via rmarkdown)
#> quarto 1.7.31 @ /usr/local/bin/quarto
#>
#> ─ Packages ───────────────────────────────────────────────────────────────────
#> package * version date (UTC) lib source
#> bslib 0.9.0 2025-01-30 [2] RSPM
#> cachem 1.1.0 2024-05-16 [2] RSPM
#> cli 3.6.5 2025-04-23 [2] RSPM
#> crosstalk 1.2.1 2023-11-23 [2] RSPM
#> desc 1.4.3 2023-12-10 [2] RSPM
#> devtools 2.4.5 2022-10-11 [2] RSPM
#> digest 0.6.37 2024-08-19 [2] RSPM
#> DT 0.33 2024-04-04 [2] RSPM
#> ellipsis 0.3.2 2021-04-29 [2] RSPM
#> evaluate 1.0.3 2025-01-10 [2] RSPM
#> fastmap 1.2.0 2024-05-15 [2] RSPM
#> fs 1.6.6 2025-04-12 [2] RSPM
#> glue 1.8.0 2024-09-30 [2] RSPM
#> htmltools 0.5.8.1 2024-04-04 [2] RSPM
#> htmlwidgets 1.6.4 2023-12-06 [2] RSPM
#> httpuv 1.6.16 2025-04-16 [2] RSPM
#> jquerylib 0.1.4 2021-04-26 [2] RSPM
#> jsonlite 2.0.0 2025-03-27 [2] RSPM
#> knitr 1.50 2025-03-16 [2] RSPM
#> later 1.4.2 2025-04-08 [2] RSPM
#> lifecycle 1.0.4 2023-11-07 [2] RSPM
#> magrittr 2.0.3 2022-03-30 [2] RSPM
#> memoise 2.0.1 2021-11-26 [2] RSPM
#> mime 0.13 2025-03-17 [2] RSPM
#> miniUI 0.1.2 2025-04-17 [2] RSPM
#> pkgbuild 1.4.7 2025-03-24 [2] RSPM
#> pkgdown 2.1.2 2025-04-28 [2] RSPM
#> pkgload 1.4.0 2024-06-28 [2] RSPM
#> profvis 0.4.0 2024-09-20 [2] RSPM
#> promises 1.3.2 2024-11-28 [2] RSPM
#> purrr 1.0.4 2025-02-05 [2] RSPM
#> R6 2.6.1 2025-02-15 [2] RSPM
#> ragg 1.4.0 2025-04-10 [2] RSPM
#> Rcpp 1.0.14 2025-01-12 [2] RSPM
#> remotes 2.5.0 2024-03-17 [2] RSPM
#> rlang 1.1.6 2025-04-11 [2] RSPM
#> rmarkdown 2.29 2024-11-04 [2] RSPM
#> sass 0.4.10 2025-04-11 [2] RSPM
#> sessioninfo 1.2.3 2025-02-05 [2] RSPM
#> shiny 1.10.0 2024-12-14 [2] RSPM
#> systemfonts 1.2.3 2025-04-30 [2] RSPM
#> textshaping 1.0.1 2025-05-01 [2] RSPM
#> urlchecker 1.0.1 2021-11-30 [2] RSPM
#> usethis 3.1.0 2024-11-26 [2] RSPM
#> vctrs 0.6.5 2023-12-01 [2] RSPM
#> xfun 0.52 2025-04-02 [2] RSPM
#> xtable 1.8-4 2019-04-21 [2] RSPM
#> yaml 2.3.10 2024-07-26 [2] RSPM
#>
#> [1] /tmp/Rtmpf4NwJR/temp_libpath1d4185670bb
#> [2] /usr/local/lib/R/site-library
#> [3] /usr/local/lib/R/library
#>
#> ──────────────────────────────────────────────────────────────────────────────