R Under development (unstable) (2024-08-19 r87028 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 does not yet build and check packages for R version 4.5, using unsupported Bioconductor version 3.19; see https://bioconductor.org/install > > test_check("BiocManager") [ FAIL 0 | WARN 0 | SKIP 25 | PASS 94 ] ══ Skipped tests (25) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test_install.R:27:5', 'test_install.R:45:5', 'test_install.R:219:5', 'test_repositories.R:5:5', 'test_repositories.R:14:5', 'test_repositories.R:20:5', 'test_repositories.R:26:5', 'test_repositories.R:80:5', 'test_repositories.R:90:5', 'test_repositories.R:164:5', 'test_repositories.R:173:5', 'test_repositories.R:211:5', 'test_version.R:17:5', 'test_version.R:39:5', 'test_version.R:92:5', 'test_version.R:107:5', 'test_version.R:147:5', 'test_version.R:194:5', 'test_version.R:235:5', 'test_version.R:246:5', 'test_version.R:277:5', 'test_version.R:328:5', 'test_version.R:387:5', 'test_version.R:428:5' • too idiosyncratic for standardized testing (1): 'test_install.R:179:5' [ FAIL 0 | WARN 0 | SKIP 25 | PASS 94 ] > > proc.time() user system elapsed 1.90 0.28 3.90