R version 4.6.0 alpha (2026-04-01 r89771 ucrt) Copyright (C) 2026 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(CohortContrast) CohortContrast - Cohort Feature Selection and Visualization For the interactive dashboard: - Use configurePython() to set up the Python environment. - Use runCohortContrastViewer() to launch the dashboard. > > test_check("CohortContrast") ----------------------------------------------------------------------------------------------------------- Saved parquet study folder to D:\temp\2026_04_02_14_50_16_18413\RtmpyqOGZM\cc_load_d808120f5e9c/ReloadStudy ----------------------------------------------------------------------------------------------------------- Timestamp: 2026-04-02 14:51:15 [ FAIL 0 | WARN 0 | SKIP 8 | PASS 12 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-Connection.R:3:1', 'test-MainWorfklowAllDomains.R:4:1', 'test-MainWorkflow.R:4:1', 'test-MainWorkflowCSV.R:4:1', 'test-MainWorkflowCohortTable.R:4:1', 'test-MainWorkflowInverseControl.R:4:1', 'test-MainWorkflowJSON.R:4:1', 'test-MainWorkflowMatching.R:4:1' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 12 ] > > proc.time() user system elapsed 1.01 0.17 1.17