R Under development (unstable) (2024-10-07 r87211 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(CohortConstructor) > > test_check("CohortConstructor") Starting 2 test processes [ FAIL 0 | WARN 230 | SKIP 54 | PASS 320 ] ══ Skipped tests (54) ══════════════════════════════════════════════════════════ • On CRAN (54): 'test-conceptCohort.R:162:3', 'test-conceptCohort.R:234:3', 'test-conceptCohort.R:262:3', 'test-conceptCohort.R:309:3', 'test-conceptCohort.R:455:3', 'test-conceptCohort.R:630:3', 'test-demographicsCohort.R:2:3', 'test-demographicsCohort.R:42:3', 'test-demographicsCohort.R:78:3', 'test-demographicsCohort.R:108:3', 'test-demographicsCohort.R:144:3', 'test-entryAtColumnDate.R:2:3', 'test-entryAtColumnDate.R:58:3', 'test-exitAtColumnDate.R:2:3', 'test-exitAtColumnDate.R:62:3', 'test-exitAtColumnDate.R:129:3', 'test-collapseCohorts.R:108:3', 'test-exitAtDate.R:36:3', 'test-intersectCohorts.R:386:3', 'test-intersectCohorts.R:433:3', 'test-measurementCohort.R:237:3', 'test-requireCohortIntersect.R:143:3', 'test-requireCohortIntersect.R:179:3', 'test-requireConceptIntersect.R:114:3', 'test-requireConceptIntersect.R:195:3', 'test-requireDateRange.R:2:3', 'test-requireDateRange.R:102:3', 'test-requireDeathFlag.R:2:3', 'test-requireDeathFlag.R:78:3', 'test-requireDemographics.R:2:3', 'test-requireDemographics.R:130:3', 'test-requireDemographics.R:176:3', 'test-requireDemographics.R:215:3', 'test-requireDemographics.R:240:3', 'test-requireDemographics.R:264:3', 'test-requireDemographics.R:415:3', 'test-requireDemographics.R:464:3', 'test-requireDemographics.R:496:3', 'test-requireIsEntry.R:24:3', 'test-requireIsEntry.R:64:3', 'test-requireIsEntry.R:78:3', 'test-requireIsEntry.R:123:3', 'test-requireMinCohortCount.R:2:3', 'test-requireTableIntersect.R:2:3', 'test-requireTableIntersect.R:102:3', 'test-requireTableIntersect.R:185:3', 'test-subsetCohorts.R:49:3', 'test-subsetCohorts.R:98:3', 'test-trimDemographics.R:2:3', 'test-trimDemographics.R:328:3', 'test-yearCohorts.R:2:3', 'test-yearCohorts.R:122:3', 'test-unionCohorts.R:150:3', 'test-unionCohorts.R:203:3' [ FAIL 0 | WARN 230 | SKIP 54 | PASS 320 ] > > proc.time() user system elapsed 11.96 0.35 225.95