R version 4.4.0 beta (2024-04-15 r86425 ucrt) -- "Puppy Cup" 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(TreatmentPatterns) > > test_check("TreatmentPatterns") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 31 | PASS 98 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • On CRAN (31): 'test-CDMInterface.R:7:3', 'test-CDMInterfaceDBC.R:8:3', 'test-CDMInterfaceDBC.R:27:3', 'test-CDMInterfaceDBC.R:54:3', 'test-CDMInterfaceDBC.R:80:3', 'test-CDMInterfaceDBC.R:116:3', 'test-executeTreatmentPatterns.R:9:3', 'test-executeTreatmentPatterns.R:47:3', 'test-export.R:30:3', 'test-export.R:77:3', 'test-export.R:126:3', 'test-export.R:169:3', 'test-export.R:210:3', 'test-export.R:283:3', 'test-export.R:328:3', 'test-export.R:374:3', 'test-export.R:415:3', 'test-export.R:454:3', 'test-export.R:526:3', 'test-computePathways.R:9:3', 'test-computePathways.R:33:3', 'test-computePathways.R:55:3', 'test-computePathways.R:76:3', 'test-computePathways.R:100:3', 'test-computePathways.R:144:3', 'test-computePathways.R:160:3', 'test-computePathways.R:176:3', 'test-computePathways.R:214:3', 'test-computePathways.R:230:3', 'test-computePathways.R:262:3', 'test-computePathways.R:390:3' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 98 ] > > proc.time() user system elapsed 2.67 0.32 157.14