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] "2024-11-05"
## 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.1.1 purrr_1.0.2 tidyr_1.3.1 ggplot2_3.5.1
## [5] cowplot_1.1.3 knitr_1.48 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.1
## [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] fansi_1.0.6 scales_1.3.0 jquerylib_0.1.4
## [22] cli_3.6.3 rlang_1.1.4 crayon_1.5.3
## [25] units_0.8-5 munsell_0.5.1 withr_3.0.2
## [28] cachem_1.1.0 yaml_2.3.10 tools_4.4.2
## [31] parallel_4.4.2 checkmate_2.3.2 colorspace_2.1-1
## [34] buildtools_1.0.0 vctrs_0.6.5 R6_2.5.1
## [37] lifecycle_1.0.4 stringr_1.5.1 MASS_7.3-61
## [40] pkgconfig_2.0.3 pillar_1.9.0 bslib_0.8.0
## [43] gtable_0.3.6 glue_1.8.0 Rcpp_1.0.13-1
## [46] xfun_0.49 tibble_3.2.1 tidyselect_1.2.1
## [49] highr_0.11 data.tree_1.1.0 sys_3.4.3
## [52] farver_2.1.2 patchwork_1.3.0 htmltools_0.5.8.1
## [55] nlme_3.1-166 maketools_1.3.1 labeling_0.4.3
## [58] compiler_4.4.2 distributional_0.5.0