R version 4.5.0 RC (2025-04-04 r88113 ucrt) -- "How About a Twenty-Six" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## Load package 'testthat' > if(! require("testthat", quietly=TRUE)) { + message("\nCannot run unit tests -- package 'testthat' is not available!\n") + } > > ##Sys.setenv(NOT_CRAN="true") > > ## run testthat tests > test_check("Runuran", reporter=c("summary","check","fail")) Loading required package: Runuran auxurng: [aux-gen] - use auxiliary generator: ......... [aux-gen] - Invalid arguments: ... details: [details] - print 'Runuran' objects: SSSSSSSSSSSSSSSSSSS [details] - Invalid arguments: . distr: [distr-cont] - unuran.cont.new: ........................... [distr-discr] - unuran.discr.new: ............................... [distr-cmv] - unuran.cmv.new: ....................... options: [options] - set package options: ...... [options] - Invalid arguments: .... packed: [packed] - pack and unpack 'Runuran' objects: ...... ══ Skipped ═════════════════════════════════════════════════════════════════════ 1. [details-DARI] ('test_details.R:39:37') - Reason: On CRAN 2. [details-DAU] ('test_details.R:39:37') - Reason: On CRAN 3. [details-DGT] ('test_details.R:39:37') - Reason: On CRAN 4. [details-DSROU] ('test_details.R:39:37') - Reason: On CRAN 5. [details-DSS] ('test_details.R:39:37') - Reason: On CRAN 6. [details-DSTD] ('test_details.R:39:37') - Reason: On CRAN 7. [details-AROU] ('test_details.R:39:37') - Reason: On CRAN 8. [details-ARS] ('test_details.R:39:37') - Reason: On CRAN 9. [details-CSTD] ('test_details.R:39:37') - Reason: On CRAN 10. [details-HINV] ('test_details.R:39:37') - Reason: On CRAN 11. [details-ITDR] ('test_details.R:39:37') - Reason: On CRAN 12. [details-NINV] ('test_details.R:39:37') - Reason: On CRAN 13. [details-NROU] ('test_details.R:39:37') - Reason: On CRAN 14. [details-PINV] ('test_details.R:39:37') - Reason: On CRAN 15. [details-SROU] ('test_details.R:39:37') - Reason: On CRAN 16. [details-SSR] ('test_details.R:39:37') - Reason: On CRAN 17. [details-TABL] ('test_details.R:39:37') - Reason: On CRAN 18. [details-TDR] ('test_details.R:39:37') - Reason: On CRAN 19. [details-UTDR] ('test_details.R:39:37') - Reason: On CRAN ══ DONE ════════════════════════════════════════════════════════════════════════ [ FAIL 0 | WARN 0 | SKIP 19 | PASS 110 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test_details.R:39:37', 'test_details.R:39:37', 'test_details.R:39:37', 'test_details.R:39:37', 'test_details.R:39:37', 'test_details.R:39:37', 'test_details.R:39:37', 'test_details.R:39:37', 'test_details.R:39:37', 'test_details.R:39:37', 'test_details.R:39:37', 'test_details.R:39:37', 'test_details.R:39:37', 'test_details.R:39:37', 'test_details.R:39:37', 'test_details.R:39:37', 'test_details.R:39:37', 'test_details.R:39:37', 'test_details.R:39:37' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 110 ] > > > proc.time() user system elapsed 2.98 0.43 3.43