R Under development (unstable) (2024-02-02 r85855 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(fsbrain) > > # Break up tests to allow tests to run longer than 10 min in travis, > # see https://github.com/travis-ci/travis-ci/issues/3849#issuecomment-345686242. > test_check("fsbrain", filter = "^[v-z]") [ FAIL 0 | WARN 0 | SKIP 36 | PASS 23 ] ══ Skipped tests (36) ══════════════════════════════════════════════════════════ • On CRAN (36): 'test-vis.R:5:5', 'test-vis.R:39:5', 'test-vis.R:56:5', 'test-vis.R:77:5', 'test-vis.R:101:5', 'test-vis.R:131:5', 'test-vis.R:166:5', 'test-vis.R:199:5', 'test-vis.R:218:5', 'test-vis.R:237:5', 'test-vis.R:257:5', 'test-vis.R:280:5', 'test-vis.R:301:5', 'test-vis.R:346:5', 'test-volume.R:2:5', 'test-volume.R:32:5', 'test-volume.R:111:5', 'test-w_vis_group.R:3:5', 'test-w_vis_group.R:25:5', 'test-w_vis_group.R:51:5', 'test-y_vis_multiview.R:8:5', 'test-y_vis_multiview.R:63:5', 'test-y_vis_multiview.R:95:5', 'test-y_vis_multiview.R:118:5', 'test-y_vis_multiview.R:132:5', 'test-y_vis_multiview.R:175:5', 'test-y_vis_multiview.R:193:5', 'test-y_vis_multiview.R:233:5', 'test-y_vis_multiview.R:262:5', 'test-y_vis_multiview.R:352:5', 'test-y_vis_multiview.R:385:5', 'test-y_vis_multiview.R:399:5', 'test-z_vis_surface_background.R:5:5', 'test-z_vis_surface_background.R:55:5', 'test-z_vis_surface_background.R:81:5', 'test-z_vis_surface_background.R:106:5' [ FAIL 0 | WARN 0 | SKIP 36 | PASS 23 ] > > proc.time() user system elapsed 4.14 0.64 10.81