CRAN Package Check Results for Package CohortSurvival

Last updated on 2025-02-22 00:49:41 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.2 6.88 636.15 643.03 NOTE
r-devel-linux-x86_64-debian-gcc 0.6.2 4.15 432.12 436.27 NOTE
r-devel-linux-x86_64-fedora-clang 0.6.2 861.28 ERROR
r-devel-linux-x86_64-fedora-gcc 0.6.2 996.18 ERROR
r-devel-macos-arm64 0.6.2 244.00 OK
r-devel-macos-x86_64 0.6.2 312.00 OK
r-devel-windows-x86_64 0.6.2 7.00 453.00 460.00 NOTE
r-patched-linux-x86_64 0.6.2 6.16 602.72 608.88 OK
r-release-linux-x86_64 0.6.2 5.81 588.26 594.07 OK
r-release-macos-arm64 0.6.2 247.00 OK
r-release-macos-x86_64 0.6.2 430.00 OK
r-release-windows-x86_64 0.6.2 7.00 441.00 448.00 OK
r-oldrel-macos-arm64 0.6.1 207.00 OK
r-oldrel-macos-x86_64 0.6.2 426.00 OK
r-oldrel-windows-x86_64 0.6.2 10.00 623.00 633.00 OK

Check Details

Version: 0.6.2
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘inputValidation.R’ ‘plotSurvival.R’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 0.6.2
Check: tests
Result: ERROR Running ‘testthat.R’ [10m/11m] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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 1 | WARN 42 | SKIP 46 | PASS 39 ] ══ Skipped tests (46) ══════════════════════════════════════════════════════════ • On CRAN (46): '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:575:3', 'test-addCohortSurvival.R:675:3', 'test-addCohortSurvival.R:762:3', 'test-generateDeathCohort.R:2:3', 'test-generateDeathCohort.R:61:3', 'test-generateDeathCohort.R:128:3', 'test-generateDeathCohort.R:194:3', 'test-generateDeathCohort.R:261:3', 'test-generateDeathCohort.R:349:3', 'test-generateDeathCohort.R:449: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-plotSurvival.R:172:3', 'test-plotSurvival.R:191:3', 'test-tableSurvival.R:2:3', 'test-tableSurvival.R:88:3', 'test-estimateSurvival.R:87:3', 'test-estimateSurvival.R:126:3', 'test-estimateSurvival.R:176:3', 'test-estimateSurvival.R:342:3', 'test-estimateSurvival.R:556:3', 'test-estimateSurvival.R:707:3', 'test-estimateSurvival.R:1232:3', 'test-estimateSurvival.R:1358:3', 'test-estimateSurvival.R:1380:3', 'test-estimateSurvival.R:1455:3', 'test-estimateSurvival.R:1651:3', 'test-estimateSurvival.R:1775:3', 'test-estimateSurvival.R:1805:3', 'test-estimateSurvival.R:1824:3', 'test-estimateSurvival.R:1860:3', 'test-estimateSurvival.R:1995:3', 'test-estimateSurvival.R:2124:3', 'test-estimateSurvival.R:2234:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-reexports-omopgenerics.R:15:3'): omopgenerics reexports work ─── Error in `tempdir(check)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─base::tempdir("result") at test-reexports-omopgenerics.R:15:3 [ FAIL 1 | WARN 42 | SKIP 46 | PASS 39 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.6.2
Check: tests
Result: ERROR Running ‘testthat.R’ [11m/18m] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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 Superclass process has cloneable=FALSE, but subclass r_session has cloneable=TRUE. A subclass cannot be cloneable when its superclass is not cloneable, so cloning will be disabled for r_session. Superclass process has cloneable=FALSE, but subclass r_session has cloneable=TRUE. A subclass cannot be cloneable when its superclass is not cloneable, so cloning will be disabled for r_session. [ FAIL 1 | WARN 42 | SKIP 46 | PASS 39 ] ══ Skipped tests (46) ══════════════════════════════════════════════════════════ • On CRAN (46): '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:575:3', 'test-addCohortSurvival.R:675:3', 'test-addCohortSurvival.R:762:3', 'test-generateDeathCohort.R:2:3', 'test-generateDeathCohort.R:61:3', 'test-generateDeathCohort.R:128:3', 'test-generateDeathCohort.R:194:3', 'test-generateDeathCohort.R:261:3', 'test-generateDeathCohort.R:349:3', 'test-generateDeathCohort.R:449: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-plotSurvival.R:172:3', 'test-plotSurvival.R:191:3', 'test-tableSurvival.R:2:3', 'test-tableSurvival.R:88:3', 'test-estimateSurvival.R:87:3', 'test-estimateSurvival.R:126:3', 'test-estimateSurvival.R:176:3', 'test-estimateSurvival.R:342:3', 'test-estimateSurvival.R:556:3', 'test-estimateSurvival.R:707:3', 'test-estimateSurvival.R:1232:3', 'test-estimateSurvival.R:1358:3', 'test-estimateSurvival.R:1380:3', 'test-estimateSurvival.R:1455:3', 'test-estimateSurvival.R:1651:3', 'test-estimateSurvival.R:1775:3', 'test-estimateSurvival.R:1805:3', 'test-estimateSurvival.R:1824:3', 'test-estimateSurvival.R:1860:3', 'test-estimateSurvival.R:1995:3', 'test-estimateSurvival.R:2124:3', 'test-estimateSurvival.R:2234:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-reexports-omopgenerics.R:15:3'): omopgenerics reexports work ─── Error in `tempdir(check)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─base::tempdir("result") at test-reexports-omopgenerics.R:15:3 [ FAIL 1 | WARN 42 | SKIP 46 | PASS 39 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc