R Under development (unstable) (2026-02-04 r89376 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 testthat testing infrastructure > # Tests are run with: devtools::test() or R CMD check > > library(testthat) > library(SlimR) Please cite: Wang Z (2026). SlimR: Adaptive Machine Learning-Powered, Context-Matching Tool for Single-Cell and Spatial Transcriptomics Annotation. R package version 1.1.1. Available at: https://github.com/zhaoqing-wang/SlimR > > test_check("SlimR") [ FAIL 0 | WARN 0 | SKIP 21 | PASS 65 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • Skipping on CRAN (21): 'test-cluster-annotation.R:41:3', 'test-cluster-annotation.R:73:3', 'test-cluster-annotation.R:104:3', 'test-cluster-annotation.R:147:3', 'test-internal-functions.R:5:3', 'test-internal-functions.R:29:3', 'test-marker-functions.R:9:3', 'test-marker-functions.R:40:3', 'test-marker-functions.R:68:3', 'test-marker-functions.R:100:3', 'test-marker-functions.R:140:3', 'test-percell-annotation.R:49:3', 'test-percell-annotation.R:86:3', 'test-percell-annotation.R:106:3', 'test-percell-annotation.R:126:3', 'test-percell-annotation.R:173:3', 'test-percell-annotation.R:198:3', 'test-percell-annotation.R:256:3', 'test-percell-annotation.R:294:3', 'test_percell_integration.R:6:3', 'test_percell_integration.R:63:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 65 ] > > proc.time() user system elapsed 15.56 1.31 16.90