R Under development (unstable) (2024-05-02 r86512 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(BiocManager) Bioconductor version '3.18' requires R version '4.3'; use `version = '3.20'` with R version 4.5; see https://bioconductor.org/install Bioconductor version '3.18' is out-of-date; the current release version '3.19' is available with R version '4.4'; see https://bioconductor.org/install > > test_check("BiocManager") [ FAIL 0 | WARN 0 | SKIP 28 | PASS 75 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • On CRAN (8): 'test_repositories.R:80:5', 'test_repositories.R:173:5', 'test_repositories.R:211:5', 'test_version.R:17:5', 'test_version.R:39:5', 'test_version.R:235:5', 'test_version.R:246:5', 'test_version.R:277:5' • mis-configuration, R 4.5.0, Bioconductor 3.18 (19): 'test_install.R:26:5', 'test_install.R:44:5', 'test_install.R:218:5', 'test_install.R:347:5', 'test_repositories.R:4:5', 'test_repositories.R:13:5', 'test_repositories.R:19:5', 'test_repositories.R:25:5', 'test_repositories.R:33:5', 'test_repositories.R:89:5', 'test_repositories.R:100:5', 'test_repositories.R:163:5', 'test_valid.R:4:5', 'test_version.R:91:5', 'test_version.R:106:5', 'test_version.R:146:5', 'test_version.R:193:5', 'test_version.R:327:5', 'test_version.R:386:5' • too idiosyncratic for standardized testing (1): 'test_install.R:179:5' [ FAIL 0 | WARN 0 | SKIP 28 | PASS 75 ] > > proc.time() user system elapsed 1.71 0.21 3.21