R Under development (unstable) (2026-01-21 r89314 ucrt) -- "Unsuffered Consequences" 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(scMetaLink) scMetaLink v1.0.0 Metabolite-mediated cell communication analysis Documentation: https://Zaoqu-Liu.github.io/scMetaLink/ > > test_check("scMetaLink") Created scMetaLink object with 100 genes, 50 cells, 2 cell types Created scMetaLink object with 100 genes, 20 cells, 1 cell types Created scMetaLink object with 100 genes, 50 cells, 2 cell types Created scMetaLink object with 100 genes, 50 cells, 2 cell types Created scMetaLink object with 67 genes, 100 cells, 2 cell types Created scMetaLink object with 67 genes, 100 cells, 2 cell types Created scMetaLink object with 67 genes, 100 cells, 2 cell types Created scMetaLink object with 67 genes, 100 cells, 2 cell types Created scMetaLink object with 67 genes, 100 cells, 2 cell types Created scMetaLink object with 67 genes, 100 cells, 2 cell types Created scMetaLink object with 67 genes, 100 cells, 2 cell types Created scMetaLink object with 67 genes, 100 cells, 2 cell types Lactate Gene Availability Summary: ================================== category available degradation 2/2 (100%) direct_sensing 1/1 (100%) indirect_sensing 4/4 (100%) production 10/10 (100%) uptake 3/3 (100%) Created scMetaLink object with 67 genes, 100 cells, 2 cell types Created scMetaLink object with 67 genes, 100 cells, 2 cell types Created scMetaLink object with 100 genes, 50 cells, 2 cell types Created scMetaLink object with 100 genes, 50 cells, 2 cell types Created scMetaLink object with 100 genes, 50 cells, 2 cell types Created scMetaLink object with 100 genes, 50 cells, 2 cell types [ FAIL 0 | WARN 0 | SKIP 39 | PASS 111 ] ══ Skipped tests (39) ══════════════════════════════════════════════════════════ • On CRAN (39): 'test-communication.R:4:3', 'test-communication.R:21:3', 'test-communication.R:44:3', 'test-communication.R:65:3', 'test-communication.R:89:3', 'test-communication.R:106:3', 'test-lactate.R:351:3', 'test-pathway.R:4:3', 'test-pathway.R:23:3', 'test-pathway.R:40:3', 'test-production.R:4:3', 'test-production.R:49:3', 'test-production.R:67:3', 'test-sensing.R:4:3', 'test-sensing.R:48:3', 'test-sensing.R:63:3', 'test-sensing.R:82:3', 'test-spatial.R:4:3', 'test-spatial.R:54:3', 'test-spatial.R:86:3', 'test-spatial.R:120:3', 'test-utils.R:13:3', 'test-utils.R:28:3', 'test-utils.R:42:3', 'test-utils.R:61:3', 'test-utils.R:77:3', 'test-utils.R:96:3', 'test-visualization.R:4:3', 'test-visualization.R:25:3', 'test-visualization.R:46:3', 'test-visualization.R:68:3', 'test-visualization.R:84:3', 'test-visualization.R:104:3', 'test-visualization.R:128:3', 'test-workflow.R:4:3', 'test-workflow.R:44:3', 'test-workflow.R:71:3', 'test-workflow.R:95:3', 'test-workflow.R:112:3' [ FAIL 0 | WARN 0 | SKIP 39 | PASS 111 ] > > proc.time() user system elapsed 3.98 0.53 4.45