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("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.
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] "2024-11-05"
## R version 4.4.2 (2024-10-31)
## Platform: x86_64-pc-linux-gnu
## Running under: Ubuntu 22.04.5 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.20.so; LAPACK version 3.10.0
##
## locale:
## [1] LC_CTYPE=C.UTF-8 LC_NUMERIC=C LC_TIME=C.UTF-8
## [4] LC_COLLATE=C.UTF-8 LC_MONETARY=C.UTF-8 LC_MESSAGES=C.UTF-8
## [7] LC_PAPER=C.UTF-8 LC_NAME=C LC_ADDRESS=C
## [10] LC_TELEPHONE=C LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C
##
## time zone: UTC
## tzcode source: system (glibc)
##
## attached base packages:
## [1] stats graphics grDevices utils datasets methods base
##
## other attached packages:
## [1] dplyr_1.1.4 testthat_3.2.1.1 knitr_1.48 PKNCA_0.11.0.9000
##
## loaded via a namespace (and not attached):
## [1] vctrs_0.6.5 nlme_3.1-166 cli_3.6.3 rlang_1.1.4
## [5] xfun_0.49 generics_0.1.3 textshaping_0.4.0 jsonlite_1.8.9
## [9] glue_1.8.0 htmltools_0.5.8.1 ragg_1.3.3 sass_0.4.9
## [13] brio_1.1.5 fansi_1.0.6 rmarkdown_2.29 grid_4.4.2
## [17] tibble_3.2.1 evaluate_1.0.1 jquerylib_0.1.4 fastmap_1.2.0
## [21] yaml_2.3.10 lifecycle_1.0.4 compiler_4.4.2 fs_1.6.5
## [25] pkgconfig_2.0.3 lattice_0.22-6 systemfonts_1.1.0 digest_0.6.37
## [29] R6_2.5.1 tidyselect_1.2.1 utf8_1.2.4 pillar_1.9.0
## [33] magrittr_2.0.3 bslib_0.8.0 tools_4.4.2 pkgdown_2.1.1
## [37] cachem_1.1.0 desc_1.4.3