R Under development (unstable) (2025-02-05 r87692 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 49 | SKIP 54 | PASS 169 ] ══ Skipped tests (54) ══════════════════════════════════════════════════════════ • 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:68:3', 'test-computePathways.R:8:3', 'test-computePathways.R:53:3' • On CRAN (46): '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:50:3', 'test-pathwaysLogical.R:94:3', 'test-pathwaysLogical.R:138:3', 'test-pathwaysLogical.R:182:3', 'test-pathwaysLogical.R:225:3', 'test-pathwaysLogical.R:270:3', 'test-pathwaysLogical.R:315:3', 'test-pathwaysLogical.R:359:3', 'test-pathwaysLogical.R:403:3', 'test-pathwaysLogical.R:447:3', 'test-pathwaysLogical.R:491:3', 'test-pathwaysLogical.R:535:3', 'test-pathwaysLogical.R:579:3', 'test-pathwaysLogical.R:624:3', 'test-pathwaysLogical.R:669:3', 'test-pathwaysLogical.R:712:3', 'test-pathwaysLogical.R:756:3', 'test-pathwaysLogical.R:800:3', 'test-pathwaysLogical.R:845:3', 'test-pathwaysLogical.R:887:3', 'test-pathwaysLogical.R:929:3', 'test-pathwaysLogical.R:971:3', 'test-pathwaysLogical.R:1013:3', 'test-pathwaysLogical.R:1055:3', 'test-pathwaysLogical.R:1098:3', 'test-pathwaysLogical.R:1144:3', 'test-pathwaysLogical.R:1188:3', 'test-pathwaysLogical.R:1232:3', 'test-pathwaysLogical.R:1276:3', 'test-pathwaysMultipleTargetsLogical.R:19:3', 'test-pathwaysMultipleTargetsLogical.R:216:3' [ FAIL 0 | WARN 49 | SKIP 54 | PASS 169 ] > > proc.time() user system elapsed 14.32 1.09 442.59