R Under development (unstable) (2024-04-23 r86473 ucrt) -- "Unsuffered Consequences" 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 64%) adding: report_dependenciesfc34432a66f2/ (stored 0%) adding: report_dependenciesfc34432a66f2/filefc347621679c.html (deflated 8%) [ FAIL 0 | WARN 27 | SKIP 30 | PASS 489 ] ══ 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:92:2', 'test_skeleton.R:132: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' [ FAIL 0 | WARN 27 | SKIP 30 | PASS 489 ] > > proc.time() user system elapsed 26.65 2.62 31.28