PKNCA Validation

Introduction

To run the tests, the package must be installed with its tests:

  • To install from CRAN:
    • install.packages(pkgs="PKNCA", INSTALL_opts="--install-tests", type="source")
  • To install from GitHub:
    • library(devtools)
    • install_github("humanpred/pknca", INSTALL_opts="--install-tests")

Testing and validation that results match in a local environment compared to the original environment is an important part of confirmation that a package works as expected.

Re-running this vignette in your local environment will confirm that local results match those in the original package development. Test success is confirmed by the existence of no failed tests; warnings are expected during testing (and not shown in this vignette for that reason); and some tests may be skipped, but those are expected as well.

Summary of Testing

The following sentence is dynamically generated to summarize the testing results: Tests were not run because tests are not installed.

Session Information

Sys.Date()
## [1] "2026-06-19"
sessionInfo()
## R version 4.6.0 (2026-04-24)
## Platform: x86_64-pc-linux-gnu
## Running under: Ubuntu 24.04.4 LTS
## 
## Matrix products: default
## BLAS:   /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 
## LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.26.so;  LAPACK version 3.12.0
## 
## locale:
##  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
##  [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
##  [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
##  [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
##  [9] LC_ADDRESS=C               LC_TELEPHONE=C            
## [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       
## 
## time zone: Etc/UTC
## tzcode source: system (glibc)
## 
## attached base packages:
## [1] stats     graphics  grDevices utils     datasets  methods   base     
## 
## other attached packages:
##  [1] testthat_3.3.2    ggtibble_1.0.3    purrr_1.2.2       tidyr_1.3.2      
##  [5] ggplot2_4.0.3     cowplot_1.2.0     knitr_1.51        dplyr_1.2.1      
##  [9] PKNCA_0.12.1.9000 rmarkdown_2.31   
## 
## loaded via a namespace (and not attached):
##  [1] sass_0.4.10        utf8_1.2.6         generics_0.1.4     lattice_0.22-9    
##  [5] digest_0.6.39      magrittr_2.0.5     evaluate_1.0.5     grid_4.6.0        
##  [9] RColorBrewer_1.1-3 fastmap_1.2.0      jsonlite_2.0.0     backports_1.5.1   
## [13] brio_1.1.5         pander_0.6.6       scales_1.4.0       jquerylib_0.1.4   
## [17] cli_3.6.6          rlang_1.2.0        units_1.0-1        withr_3.0.2       
## [21] cachem_1.1.0       yaml_2.3.12        otel_0.2.0         tools_4.6.0       
## [25] parallel_4.6.0     checkmate_2.3.4    buildtools_1.0.0   vctrs_0.7.3       
## [29] R6_2.6.1           stats4_4.6.0       lifecycle_1.0.5    pkgconfig_2.0.3   
## [33] pillar_1.11.1      bslib_0.11.0       gtable_0.3.6       glue_1.8.1        
## [37] Rcpp_1.1.1-1.1     xfun_0.58          tibble_3.3.1       tidyselect_1.2.1  
## [41] sys_3.4.3          farver_2.1.2       htmltools_0.5.9    nlme_3.1-169      
## [45] maketools_1.3.2    labeling_0.4.3     compiler_4.6.0     S7_0.2.2