To run the tests, the package must be installed with its tests:
install.packages(pkgs="PKNCA", INSTALL_opts="--install-tests", type="source")
library(devtools)
install_github("billdenney/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.
The following sentence is dynamically generated to summarize the testing results: Tests were not run because tests are not installed.
## [1] "2025-02-02"
## R version 4.4.2 (2024-10-31)
## Platform: x86_64-pc-linux-gnu
## Running under: Ubuntu 24.04.1 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=C
## [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.2.3 purrr_1.0.2 tidyr_1.3.1 ggplot2_3.5.1
## [5] cowplot_1.1.3 knitr_1.49 dplyr_1.1.4 PKNCA_0.11.0.9000
## [9] rmarkdown_2.29
##
## loaded via a namespace (and not attached):
## [1] ggdist_3.3.2 sass_0.4.9 utf8_1.2.4
## [4] generics_0.1.3 pmxTools_1.3 xml2_1.3.6
## [7] stringi_1.8.4 lattice_0.22-6 gghalves_0.1.4
## [10] digest_0.6.37 magrittr_2.0.3 evaluate_1.0.3
## [13] grid_4.4.2 fastmap_1.2.0 jsonlite_1.8.9
## [16] brio_1.1.5 backports_1.5.0 pander_0.6.5
## [19] scales_1.3.0 jquerylib_0.1.4 cli_3.6.3
## [22] rlang_1.1.5 crayon_1.5.3 units_0.8-5
## [25] munsell_0.5.1 withr_3.0.2 cachem_1.1.0
## [28] yaml_2.3.10 tools_4.4.2 parallel_4.4.2
## [31] checkmate_2.3.2 colorspace_2.1-1 buildtools_1.0.0
## [34] vctrs_0.6.5 R6_2.5.1 lifecycle_1.0.4
## [37] stringr_1.5.1 MASS_7.3-64 pkgconfig_2.0.3
## [40] pillar_1.10.1 bslib_0.9.0 gtable_0.3.6
## [43] glue_1.8.0 Rcpp_1.0.14 xfun_0.50
## [46] tibble_3.2.1 tidyselect_1.2.1 data.tree_1.1.0
## [49] sys_3.4.3 farver_2.1.2 patchwork_1.3.0
## [52] htmltools_0.5.8.1 nlme_3.1-167 maketools_1.3.1
## [55] labeling_0.4.3 compiler_4.4.2 distributional_0.5.0