R Under development (unstable) (2025-08-17 r88631 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(CohortSurvival) > > test_check("CohortSurvival") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 39 | PASS 74 ] ══ Skipped tests (39) ══════════════════════════════════════════════════════════ • On CRAN (39): 'test-addCohortSurvival.R:72:3', 'test-addCohortSurvival.R:159:3', 'test-addCohortSurvival.R:264:3', 'test-addCohortSurvival.R:362:3', 'test-addCohortSurvival.R:466:3', 'test-addCohortSurvival.R:552:3', 'test-addCohortSurvival.R:644:3', 'test-addCohortSurvival.R:723:3', 'test-mockMGUS2cdm.R:2:3', 'test-plotSurvival.R:2:3', 'test-plotSurvival.R:19:3', 'test-plotSurvival.R:52:3', 'test-plotSurvival.R:83:3', 'test-plotSurvival.R:126:3', 'test-plotSurvival.R:135:3', 'test-plotSurvival.R:159:3', 'test-reexports-omopgenerics.R:3:3', 'test-riskTable.R:2:3', 'test-riskTable.R:65:3', 'test-tableSurvival.R:2:3', 'test-tableSurvival.R:88:3', 'test-estimateSurvival.R:86:3', 'test-estimateSurvival.R:137:3', 'test-estimateSurvival.R:199:3', 'test-estimateSurvival.R:357:3', 'test-estimateSurvival.R:562:3', 'test-estimateSurvival.R:704:3', 'test-estimateSurvival.R:1173:3', 'test-estimateSurvival.R:1285:3', 'test-estimateSurvival.R:1307:3', 'test-estimateSurvival.R:1374:3', 'test-estimateSurvival.R:1559:3', 'test-estimateSurvival.R:1672:3', 'test-estimateSurvival.R:1702:3', 'test-estimateSurvival.R:1721:3', 'test-estimateSurvival.R:1754:3', 'test-estimateSurvival.R:1880:3', 'test-estimateSurvival.R:2094:3', 'test-estimateSurvival.R:2210:5' [ FAIL 0 | WARN 0 | SKIP 39 | PASS 74 ] > > proc.time() user system elapsed 5.17 0.31 222.67