R Under development (unstable) (2025-10-07 r88904 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. > library(testthat) > library(Capsule) > > test_check("Capsule") [ FAIL 0 | WARN 0 | SKIP 37 | PASS 21 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (37): 'test-basic.R:7:3', 'test-basic.R:19:3', 'test-basic.R:39:3', 'test-basic.R:64:3', 'test-basic.R:92:3', 'test-conda-support.R:6:3', 'test-conda-support.R:31:3', 'test-conda-support.R:47:3', 'test-external-tools.R:6:3', 'test-external-tools.R:31:3', 'test-external-tools.R:57:3', 'test-large-files.R:6:3', 'test-large-files.R:31:3', 'test-large-files.R:59:3', 'test-large-files.R:97:3', 'test-pipeline-integration.R:6:3', 'test-pipeline-integration.R:38:3', 'test-pipeline-integration.R:69:3', 'test-pipeline-integration.R:99:3', 'test-pipeline-integration.R:128:3', 'test-reference-tracking.R:6:3', 'test-reference-tracking.R:38:3', 'test-reference-tracking.R:67:3', 'test-reference-tracking.R:96:3', 'test-singularity.R:6:3', 'test-singularity.R:29:3', 'test-singularity.R:50:3', 'test-snapshot-comparison.R:6:3', 'test-snapshot-comparison.R:28:3', 'test-snapshot-comparison.R:60:3', 'test-snapshot-comparison.R:113:3', 'test-snapshot-comparison.R:136:3', 'test-system-hardware.R:6:3', 'test-system-hardware.R:24:3', 'test-system-hardware.R:34:3', 'test-system-hardware.R:53:3', 'test-system-hardware.R:63:3' [ FAIL 0 | WARN 0 | SKIP 37 | PASS 21 ] > > proc.time() user system elapsed 2.62 0.35 3.31