R Under development (unstable) (2024-03-16 r86144 ucrt) -- "Unsuffered Consequences" 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. > library(testthat) > library(Seurat) Loading required package: SeuratObject Loading required package: sp Attaching package: 'SeuratObject' The following object is masked from 'package:base': intersect > # > # # Run tests for 'v3' > # message('Run tests for v3 assay') > # options(Seurat.object.assay.version = 'v3') > # test_check("Seurat") > > # Run tests for 'v5' > message('Run tests for v5 assay') Run tests for v5 assay > options(Seurat.object.assay.version = 'v5') > test_check("Seurat") | | | 0% | |======================================================================| 100% Performing log-normalization 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| Performing log-normalization 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| Performing log-normalization 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| | | | 0% | |======================================================================| 100% | | | 0% | |======================================================================| 100% | | | 0% | |======================================================================| 100% Performing log-normalization 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| | | | 0% | |======================================================================| 100% | | | 0% | |======================================================================| 100% [ FAIL 0 | WARN 0 | SKIP 29 | PASS 569 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • On CRAN (29): 'test_differential_expression.R:307:3', 'test_differential_expression.R:349:3', 'test_differential_expression.R:446:3', 'test_dimensional_reduction.R:55:3', 'test_integratedata.R:111:3', 'test_integration.R:74:3', 'test_integration.R:105:3', 'test_integration.R:136:3', 'test_integration.R:170:3', 'test_integration.R:202:3', 'test_integration.R:234:3', 'test_integration.R:264:3', 'test_integration.R:306:3', 'test_integration.R:335:3', 'test_integration.R:365:3', 'test_integration5.R:38:3', 'test_integration5.R:219:3', 'test_objects.R:6:3', 'test_preprocessing.R:140:3', 'test_preprocessing.R:158:3', 'test_preprocessing.R:433:3', 'test_preprocessing.R:554:3', 'test_read_mtx.R:4:3', 'test_read_mtx.R:18:3', 'test_transferdata.R:65:3', 'test_transferdata.R:88:3', 'test_transferdata.R:100:3', 'test_transferdata.R:112:3', 'test_transferdata.R:128:3' [ FAIL 0 | WARN 0 | SKIP 29 | PASS 569 ] > > > > proc.time() user system elapsed 56.23 1.45 63.20