R Under development (unstable) (2024-07-26 r86926 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(PatientProfiles) > > test_check("PatientProfiles") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 105 | PASS 137 ] ══ Skipped tests (105) ═════════════════════════════════════════════════════════ • On CRAN (105): 'test-addAttributes.R:2:3', 'test-addCategories.R:2:3', 'test-addCategories.R:56:3', 'test-addCategories.R:93:3', 'test-addCategories.R:142:3', 'test-addConceptIntersect.R:2:3', 'test-addConceptIntersect.R:97:3', 'test-addConceptIntersect.R:128:3', 'test-addConceptIntersect.R:158:3', 'test-addConceptIntersect.R:189:3', 'test-addDeath.R:104:3', 'test-addDeath.R:149:3', 'test-addDeath.R:247:3', 'test-addDeath.R:290:3', 'test-addCohortIntersect.R:275:3', 'test-addCohortIntersect.R:351:3', 'test-addCohortIntersect.R:396:3', 'test-addCohortIntersect.R:507:3', 'test-addCohortIntersect.R:598:3', 'test-addCohortIntersect.R:658:3', 'test-addCohortIntersect.R:732:3', 'test-addCohortIntersect.R:750:3', 'test-addCohortIntersect.R:836:3', 'test-addFutureObservation.R:2:3', 'test-addFutureObservation.R:13:3', 'test-addFutureObservation.R:27:3', 'test-addFutureObservation.R:87:3', 'test-addFutureObservation.R:147:3', 'test-addFutureObservation.R:209:3', 'test-addFutureObservation.R:253:3', 'test-addInObservation.R:2:3', 'test-addInObservation.R:16:3', 'test-addInObservation.R:47:3', 'test-addInObservation.R:170:3', 'test-addIntersect.R:2:3', 'test-addIntersect.R:37:3', 'test-addIntersect.R:226:3', 'test-addIntersect.R:277:3', 'test-addIntersect.R:398:3', 'test-addIntersect.R:502:3', 'test-addIntersect.R:558:3', 'test-addIntersect.R:626:3', 'test-addIntersect.R:775:3', 'test-addIntersect.R:856:3', 'test-addIntersect.R:870:3', 'test-addIntersect.R:940:3', 'test-addIntersect.R:1027:3', 'test-addIntersect.R:1208:3', 'test-addIntersect.R:1219:3', 'test-addPriorObservation.R:2:3', 'test-addPriorObservation.R:13:3', 'test-addPriorObservation.R:27:3', 'test-addPriorObservation.R:73:3', 'test-addPriorObservation.R:118:3', 'test-addPriorObservation.R:180:3', 'test-addSex.R:2:3', 'test-addSex.R:13:3', 'test-addSex.R:25:3', 'test-addSex.R:66:3', 'test-addDemographics.R:2:3', 'test-addDemographics.R:24:3', 'test-addDemographics.R:384:3', 'test-addDemographics.R:451:3', 'test-addDemographics.R:717:3', 'test-addDemographics.R:866:3', 'test-addDemographics.R:884:3', 'test-addDemographics.R:996:3', 'test-addDemographics.R:1075:3', 'test-addDemographics.R:1187:3', 'test-addDemographics.R:1252:3', 'test-addDemographics.R:1278:3', 'test-addDemographics.R:1305:3', 'test-addDemographics.R:1321:3', 'test-addDemographics.R:1332:3', 'test-addDemographics.R:1350:3', 'test-addDemographics.R:1372:3', 'test-checks.R:2:3', 'test-checks.R:129:3', 'test-checks.R:180:3', 'test-checks.R:200:3', 'test-checks.R:212:3', 'test-checks.R:226:3', 'test-checks.R:239:3', 'test-checks.R:287:3', 'test-checks.R:314:3', 'test-addTableIntersect.R:28:3', 'test-addTableIntersect.R:209:3', 'test-addTableIntersect.R:316:3', 'test-addTableIntersect.R:451:3', 'test-addTableIntersect.R:581:3', 'test-format.R:2:3', 'test-format.R:89:3', 'test-format.R:100:3', 'test-format.R:110:3', 'test-format.R:139:3', 'test-mockPatientProfiles.R:2:3', 'test-name.R:2:3', 'test-utilities.R:2:3', 'test-summariseResult.R:205:3', 'test-summariseResult.R:251:3', 'test-summariseResult.R:308:3', 'test-summariseResult.R:352:3', 'test-summariseResult.R:373:3', 'test-summariseResult.R:448:3', 'test-summariseResult.R:534:3' [ FAIL 0 | WARN 0 | SKIP 105 | PASS 137 ] > > proc.time() user system elapsed 10.82 0.73 142.95