R version 4.4.0 alpha (2024-04-01 r86264 ucrt) 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. > # 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 45 | PASS 19 ] ══ Skipped tests (45) ══════════════════════════════════════════════════════════ • On CRAN (45): 'test-benchmarkCohortSurvival.R:2:3', 'test-benchmarkCohortSurvival.R:63:3', 'test-addCohortSurvival.R:71:3', 'test-addCohortSurvival.R:158:3', 'test-addCohortSurvival.R:271:3', 'test-addCohortSurvival.R:377:3', 'test-addCohortSurvival.R:489:3', 'test-addCohortSurvival.R:567:3', 'test-addCohortSurvival.R:667:3', 'test-addCohortSurvival.R:753:3', 'test-generateDeathCohort.R:2:3', 'test-generateDeathCohort.R:62:3', 'test-generateDeathCohort.R:129:3', 'test-generateDeathCohort.R:195:3', 'test-generateDeathCohort.R:262:3', 'test-generateDeathCohort.R:351:3', 'test-generateDeathCohort.R:451:3', 'test-mockMGUS2cdm.R:2:3', 'test-plotSurvival.R:2:3', 'test-plotSurvival.R:19:3', 'test-plotSurvival.R:37:3', 'test-plotSurvival.R:57:3', 'test-plotSurvival.R:77:3', 'test-plotSurvival.R:98:3', 'test-plotSurvival.R:129:3', 'test-plotSurvival.R:149:3', 'test-tableSurvival.R:2:3', 'test-tableSurvival.R:51:3', 'test-estimateSurvival.R:88:3', 'test-estimateSurvival.R:127:3', 'test-estimateSurvival.R:177:3', 'test-estimateSurvival.R:344:3', 'test-estimateSurvival.R:557:3', 'test-estimateSurvival.R:708:3', 'test-estimateSurvival.R:1225:3', 'test-estimateSurvival.R:1351:3', 'test-estimateSurvival.R:1373:3', 'test-estimateSurvival.R:1408:3', 'test-estimateSurvival.R:1484:3', 'test-estimateSurvival.R:1676:3', 'test-estimateSurvival.R:1800:3', 'test-estimateSurvival.R:1830:3', 'test-estimateSurvival.R:1849:3', 'test-estimateSurvival.R:1883:3', 'test-estimateSurvival.R:2014:3' [ FAIL 0 | WARN 0 | SKIP 45 | PASS 19 ] > > proc.time() user system elapsed 5.35 0.23 30.03