R Under development (unstable) (2025-06-02 r88257 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(TreatmentPatterns) > > test_check("TreatmentPatterns") Starting 2 test processes [ FAIL 0 | WARN 4 | SKIP 74 | PASS 153 ] ══ Skipped tests (74) ══════════════════════════════════════════════════════════ • Eunomia [2.0.0] bug (8): 'test-CDMInterfaceDBC.R:6:3', 'test-CDMInterfaceDBC.R:24:3', 'test-CDMInterfaceDBC.R:53:3', 'test-CDMInterfaceDBC.R:80:3', 'test-CDMInterfaceDBC.R:117:3', 'test-multipleCohortTables.R:66:3', 'test-computePathways.R:8:3', 'test-computePathways.R:53:3' • On CRAN (66): 'test-CDMInterface.R:7:3', 'test-TreatmentPatternsResults.R:3:3', 'test-executeTreatmentPatterns.R:11:3', 'test-executeTreatmentPatterns.R:28:3', 'test-export.R:31:3', 'test-export.R:100:3', 'test-export.R:150:3', 'test-export.R:194:3', 'test-export.R:238:3', 'test-export.R:314:3', 'test-export.R:381:3', 'test-export.R:428:3', 'test-export.R:470:3', 'test-export.R:514:3', 'test-export.R:589:3', 'test-export.R:657:3', 'test-export.R:685:3', 'test-exportPatientLevel.R:3:3', 'test-pathwaysLogical.R:7:3', 'test-pathwaysLogical.R:48:3', 'test-pathwaysLogical.R:89:3', 'test-pathwaysLogical.R:131:3', 'test-pathwaysLogical.R:173:3', 'test-pathwaysLogical.R:215:3', 'test-pathwaysLogical.R:257:3', 'test-pathwaysLogical.R:300:3', 'test-pathwaysLogical.R:342:3', 'test-pathwaysLogical.R:384:3', 'test-pathwaysLogical.R:426:3', 'test-pathwaysLogical.R:468:3', 'test-pathwaysLogical.R:510:3', 'test-pathwaysLogical.R:552:3', 'test-pathwaysLogical.R:594:3', 'test-pathwaysLogical.R:637:3', 'test-pathwaysLogical.R:680:3', 'test-pathwaysLogical.R:721:3', 'test-pathwaysLogical.R:763:3', 'test-pathwaysLogical.R:805:3', 'test-pathwaysLogical.R:848:3', 'test-pathwaysLogical.R:888:3', 'test-pathwaysLogical.R:928:3', 'test-pathwaysLogical.R:968:3', 'test-pathwaysLogical.R:1009:3', 'test-pathwaysLogical.R:1051:3', 'test-pathwaysLogical.R:1092:3', 'test-pathwaysLogical.R:1136:3', 'test-pathwaysLogical.R:1178:3', 'test-pathwaysLogical.R:1220:3', 'test-pathwaysLogical.R:1262:3', 'test-pathwaysLogical.R:1306:3', 'test-pathwaysLogical.R:1351:3', 'test-pathwaysLogical.R:1396:3', 'test-pathwaysLogical.R:1441:3', 'test-pathwaysLogical.R:1486:3', 'test-pathwaysLogical.R:1529:3', 'test-pathwaysLogical.R:1575:3', 'test-pathwaysLogical.R:1621:3', 'test-pathwaysLogical.R:1667:3', 'test-pathwaysLogical.R:1711:3', 'test-pathwaysLogical.R:1755:3', 'test-pathwaysLogical.R:1802:3', 'test-pathwaysLogical.R:1858:3', 'test-pathwaysLogical.R:1913:3', 'test-pathwaysMultipleTargetsLogical.R:19:3', 'test-pathwaysMultipleTargetsLogical.R:221:3', 'test-pathwaysMultipleTargetsLogical.R:312:3' [ FAIL 0 | WARN 4 | SKIP 74 | PASS 153 ] > > proc.time() user system elapsed 15.14 1.06 533.93