R Under development (unstable) (2025-05-30 r88253 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 6 | SKIP 69 | PASS 174 ] ══ Skipped tests (69) ══════════════════════════════════════════════════════════ • 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 (61): 'test-CDMInterface.R:7: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-pathwaysLogical.R:8:3', 'test-pathwaysLogical.R:48:3', 'test-pathwaysLogical.R:90:3', 'test-pathwaysLogical.R:132:3', 'test-pathwaysLogical.R:174:3', 'test-pathwaysLogical.R:215:3', 'test-pathwaysLogical.R:258:3', 'test-pathwaysLogical.R:301:3', 'test-pathwaysLogical.R:343:3', 'test-pathwaysLogical.R:385:3', 'test-pathwaysLogical.R:427:3', 'test-pathwaysLogical.R:469:3', 'test-pathwaysLogical.R:511:3', 'test-pathwaysLogical.R:553:3', 'test-pathwaysLogical.R:595:3', 'test-pathwaysLogical.R:638:3', 'test-pathwaysLogical.R:681:3', 'test-pathwaysLogical.R:722:3', 'test-pathwaysLogical.R:763:3', 'test-pathwaysLogical.R:806:3', 'test-pathwaysLogical.R:849:3', 'test-pathwaysLogical.R:888:3', 'test-pathwaysLogical.R:929:3', 'test-pathwaysLogical.R:969:3', 'test-pathwaysLogical.R:1010:3', 'test-pathwaysLogical.R:1052:3', 'test-pathwaysLogical.R:1093:3', 'test-pathwaysLogical.R:1137:3', 'test-pathwaysLogical.R:1179:3', 'test-pathwaysLogical.R:1221:3', 'test-pathwaysLogical.R:1263:3', 'test-pathwaysLogical.R:1307:3', 'test-pathwaysLogical.R:1352:3', 'test-pathwaysLogical.R:1397:3', 'test-pathwaysLogical.R:1441:3', 'test-pathwaysLogical.R:1487:3', 'test-pathwaysLogical.R:1530:3', 'test-pathwaysLogical.R:1576:3', 'test-pathwaysLogical.R:1622:3', 'test-pathwaysLogical.R:1668:3', 'test-pathwaysLogical.R:1712:3', 'test-pathwaysLogical.R:1756: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' [ FAIL 0 | WARN 6 | SKIP 69 | PASS 174 ] > > proc.time() user system elapsed 10.29 0.34 356.12