R Under development (unstable) (2024-05-30 r86651 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 0 | SKIP 54 | PASS 189 ] ══ Skipped tests (54) ══════════════════════════════════════════════════════════ • On CRAN (54): 'test-conceptCohort.R:126:3', 'test-conceptCohort.R:195:3', 'test-conceptCohort.R:224:3', 'test-conceptCohort.R:271:3', 'test-conceptCohort.R:415:3', 'test-entryAtColumnDate.R:2:3', 'test-entryAtColumnDate.R:58:3', 'test-exitAtColumnDate.R:2:3', 'test-exitAtColumnDate.R:62:3', 'test-exitAtColumnDate.R:119:3', 'test-collapseCohorts.R:95:3', 'test-intersectCohorts.R:13:3', 'test-intersectCohorts.R:77:3', 'test-intersectCohorts.R:122:3', 'test-intersectCohorts.R:221:3', 'test-intersectCohorts.R:332:3', 'test-intersectCohorts.R:373:3', 'test-matchCohorts.R:2:3', 'test-matchCohorts.R:72:3', 'test-matchCohorts.R:113:3', 'test-matchCohorts.R:180:3', 'test-matchCohorts.R:199:3', 'test-matchCohorts.R:220:3', 'test-matchCohorts.R:241:3', 'test-exitAtDate.R:36:3', 'test-measurementCohort.R:184:3', 'test-requireCohortIntersectFlag.R:142: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:177:3', 'test-requireDemographics.R:216:3', 'test-requireDemographics.R:241:3', 'test-requireDemographics.R:265:3', 'test-requireDemographics.R:414:3', 'test-requireDemographics.R:463:3', 'test-requireDemographics.R:495:3', 'test-requireIsFirstEntry.R:24:3', 'test-requireIsFirstEntry.R:64:3', 'test-requireIsFirstEntry.R:88:3', 'test-requireTableIntersectFlag.R:2:3', 'test-requireTableIntersectFlag.R:99:3', 'test-requireConceptIntersectFlag.R:109:3', 'test-trimDemographics.R:2:3', 'test-trimDemographics.R:328:3', 'test-subsetCohorts.R:49:3', 'test-subsetCohorts.R:98:3', 'test-yearCohorts.R:2:3', 'test-yearCohorts.R:122:3', 'test-unionCohorts.R:137:3', 'test-unionCohorts.R:192:3' [ FAIL 0 | WARN 0 | SKIP 54 | PASS 189 ] > > proc.time() user system elapsed 3.51 0.31 63.39