R Under development (unstable) (2024-01-20 r85814 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(seeker) > > test_check('seeker') qs 0.25.7 [ FAIL 0 | WARN 0 | SKIP 20 | PASS 20 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-array-utils.R:33:3', 'test-array-utils.R:154:3', 'test-array-utils.R:166:3', 'test-array-utils.R:175:3', 'test-fetch.R:33:3', 'test-qc.R:2:3', 'test-qc.R:21:3', 'test-qc.R:40:3', 'test-salmon.R:2:3', 'test-seeker.R:2:3', 'test-seeker.R:22:3', 'test-seeker.R:43:3', 'test-seeker.R:51:3' • On Windows (7): 'test-array.R:8:3', 'test-array.R:21:3', 'test-array.R:38:3', 'test-array.R:76:3', 'test-fetch.R:2:3', 'test-tximport.R:2:3', 'test-tximport.R:19:3' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 20 ] > > proc.time() user system elapsed 1.14 0.37 1.48