R Under development (unstable) (2024-02-07 r85873 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. > # 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 12 | SKIP 42 | PASS 21 ] ══ Skipped tests (42) ══════════════════════════════════════════════════════════ • On CRAN (42): '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:581:3', 'test-addCohortSurvival.R:681:3', 'test-addCohortSurvival.R:767:3', 'test-generateDeathCohort.R:2:3', 'test-generateDeathCohort.R:62:3', 'test-generateDeathCohort.R:129:3', 'test-generateDeathCohort.R:196:3', 'test-generateDeathCohort.R:263:3', 'test-generateDeathCohort.R:352:3', 'test-generateDeathCohort.R:452: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:116:3', 'test-plotSurvival.R:136:3', 'test-survivalSummary.R:2:3', 'test-estimateSurvival.R:103:3', 'test-estimateSurvival.R:145:3', 'test-estimateSurvival.R:199:3', 'test-estimateSurvival.R:366:3', 'test-estimateSurvival.R:578:3', 'test-estimateSurvival.R:739:3', 'test-estimateSurvival.R:1277:3', 'test-estimateSurvival.R:1408:3', 'test-estimateSurvival.R:1426:3', 'test-estimateSurvival.R:1459:3', 'test-estimateSurvival.R:1535:3', 'test-estimateSurvival.R:1737:3', 'test-estimateSurvival.R:1861:3', 'test-estimateSurvival.R:1889:3', 'test-estimateSurvival.R:1908:3' [ FAIL 0 | WARN 12 | SKIP 42 | PASS 21 ] > > proc.time() user system elapsed 8.89 0.50 39.07