R Under development (unstable) (2024-06-13 r86731 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 16 | SKIP 51 | PASS 230 ] ══ Skipped tests (51) ══════════════════════════════════════════════════════════ • On CRAN (51): '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-exitAtDate.R:36:3', 'test-measurementCohort.R:185:3', 'test-requireCohortIntersect.R:144:3', 'test-requireCohortIntersect.R:180: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: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-requireTableIntersect.R:2:3', 'test-requireTableIntersect.R:102:3', 'test-requireTableIntersect.R:183:3', 'test-subsetCohorts.R:49:3', 'test-subsetCohorts.R:98:3', 'test-subsetCohorts.R:117:3', 'test-trimDemographics.R:2:3', 'test-trimDemographics.R:328:3', 'test-unionCohorts.R:137:3', 'test-unionCohorts.R:192:3', 'test-yearCohorts.R:2:3', 'test-yearCohorts.R:122:3' [ FAIL 0 | WARN 16 | SKIP 51 | PASS 230 ] > > proc.time() user system elapsed 3.98 0.39 155.18