R version 4.4.0 RC (2024-04-16 r86458 ucrt) -- "Puppy Cup" Copyright (C) 2024 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. > library(testthat) > library(clinDataReview) > > test_check("clinDataReview") adding: report.html (deflated 63%) adding: report_dependencies2b2581ba962b0/ (stored 0%) adding: report_dependencies2b2581ba962b0/file2b2582a6c21d4.html (deflated 8%) [ FAIL 1 | WARN 27 | SKIP 30 | PASS 488 ] ══ Skipped tests (30) ══════════════════════════════════════════════════════════ • On CRAN (30): 'test_knitPrint.R:35:2', 'test_knitPrint.R:76:2', 'test_knitPrint.R:129:2', 'test_knitPrint.R:182:2', 'test_knitPrint.R:228:2', 'test_knitPrint.R:290:2', 'test_render_clinDataReviewReport.R:371:2', 'test_render_clinDataReviewReport.R:414:2', 'test_render_clinDataReviewReport.R:452:2', 'test_render_clinDataReviewReport.R:497:2', 'test_render_clinDataReviewReport.R:561:2', 'test_render_clinDataReviewReport.R:633:2', 'test_render_clinDataReviewReport.R:700:2', 'test_render_clinDataReviewReport.R:758:2', 'test_render_clinDataReviewReport.R:816:2', 'test_render_clinDataReviewReport.R:874:2', 'test_render_clinDataReviewReport.R:1048:2', 'test_render_clinDataReviewReport.R:1119:3', 'test_render_clinDataReviewReport.R:1230:2', 'test_render_clinDataReviewReport.R:1371:3', 'test_render_clinDataReviewReport.R:1489:3', 'test_skeleton.R:83:2', 'test_skeleton.R:123:3', 'test_templates.R:53:2', 'test_templates.R:100:3', 'test_templates.R:162:2', 'test_templates.R:208:2', 'test_templates.R:255:2', 'test_templates.R:306:2', 'test_templates.R:355:2' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_skeleton.R:10:2'): Example xpt files are correctly extracted to the specified folder ── `res` has length 11, not length 8. [ FAIL 1 | WARN 27 | SKIP 30 | PASS 488 ] Error: Test failures Execution halted