Skip to contents

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

## [1] "2024-03-27"
## R version 4.3.3 (2024-02-29)
## Platform: x86_64-pc-linux-gnu (64-bit)
## Running under: Ubuntu 22.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.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    knitr_1.45        PKNCA_0.10.2.9000
## 
## loaded via a namespace (and not attached):
##  [1] jsonlite_1.8.8    compiler_4.3.3    brio_1.1.4        tidyselect_1.2.1 
##  [5] jquerylib_0.1.4   systemfonts_1.0.6 textshaping_0.3.7 yaml_2.3.8       
##  [9] fastmap_1.1.1     lattice_0.22-5    R6_2.5.1          generics_0.1.3   
## [13] tibble_3.2.1      desc_1.4.3        bslib_0.6.2       pillar_1.9.0     
## [17] rlang_1.1.3       utf8_1.2.4        cachem_1.0.8      xfun_0.43        
## [21] fs_1.6.3          sass_0.4.9        memoise_2.0.1     cli_3.6.2        
## [25] pkgdown_2.0.7     magrittr_2.0.3    digest_0.6.35     grid_4.3.3       
## [29] lifecycle_1.0.4   nlme_3.1-164      vctrs_0.6.5       evaluate_0.23    
## [33] glue_1.7.0        ragg_1.3.0        fansi_1.0.6       rmarkdown_2.26   
## [37] purrr_1.0.2       tools_4.3.3       pkgconfig_2.0.3   htmltools_0.5.8