R Under development (unstable) (2025-09-02 r88773 ucrt) -- "Unsuffered Consequences" 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(pretestcad) > > test_check("pretestcad") [ FAIL 0 | WARN 0 | SKIP 50 | PASS 154 ] ══ Skipped tests (50) ══════════════════════════════════════════════════════════ • On CRAN (50): 'test-aha_2012_conference_ptp.R:166:3', 'test-aha_2012_conference_ptp.R:182:3', 'test-aha_2012_conference_ptp.R:242:3', 'test-aha_2012_conference_ptp.R:259:3', 'test-esc_2019_conference_ptp.R:319:3', 'test-esc_2019_conference_ptp.R:336:3', 'test-esc_2019_conference_ptp.R:399:3', 'test-esc_2019_conference_ptp.R:416:3', 'test-esc_2019_conference_ptp.R:479:3', 'test-esc_2019_conference_ptp.R:498:3', 'test-esc_2024_conference_ptp.R:475:3', 'test-esc_2024_conference_ptp.R:497:3', 'test-esc_2024_conference_ptp.R:519:3', 'test-esc_2024_conference_ptp.R:541:3', 'test-esc_2024_conference_ptp.R:563:3', 'test-esc_2024_conference_ptp.R:588:3', 'test-esc_2024_conference_ptp.R:612:3', 'test-esc_2024_conference_ptp.R:639:3', 'test-harmonise.R:92:3', 'test-harmonise.R:115:3', 'test-harmonise.R:138:3', 'test-harmonise.R:272:3', 'test-harmonise.R:298:3', 'test-harmonise.R:324:3', 'test-harmonise.R:492:3', 'test-harmonise.R:521:3', 'test-harmonise.R:550:3', 'test-utilities.R:45:3', 'test-utilities.R:53:3', 'test-utilities.R:61:3', 'test-utilities.R:69:3', 'test-utilities.R:77:3', 'test-utilities.R:85:3', 'test-utilities.R:100:3', 'test-utilities.R:115:3', 'test-utilities.R:138:3', 'test-utilities.R:146:3', 'test-utilities.R:161:3', 'test-utilities.R:169:3', 'test-utilities.R:177:3', 'test-utilities.R:185:3', 'test-utilities.R:199:3', 'test-utilities.R:207:3', 'test-utilities.R:215:3', 'test-utilities.R:242:3', 'test-utilities.R:255:3', 'test-utilities.R:285:3', 'test-utilities.R:299:3', 'test-utilities.R:331:3', 'test-utilities.R:346:3' [ FAIL 0 | WARN 0 | SKIP 50 | PASS 154 ] > > proc.time() user system elapsed 13.17 0.50 13.68