R Under development (unstable) (2026-03-04 r89536 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. > library(testthat) > library(fs) > > test_check("fs") [ FAIL 0 | WARN 0 | SKIP 25 | PASS 927 ] ══ Skipped tests (25) ══════════════════════════════════════════════════════════ • On CRAN (8): 'test-create.R:44:3', 'test-fs_bytes.R:94:3', 'test-fs_bytes.R:124:3', 'test-fs_path.R:15:3', 'test-path.R:51:3', 'test-path.R:651:3', 'test-path_select.R:21:1', 'test-tree.R:1:1' • On Windows (16): 'test-access.R:10:7', 'test-access.R:21:7', 'test-create.R:70:3', 'test-create.R:83:3', 'test-delete.R:81:3', 'test-fs_perms.R:174:3', 'test-is.R:2:3', 'test-list.R:129:5', 'test-list.R:176:5', 'test-list.R:249:5', 'test-list.R:297:5', 'test-path.R:118:5', 'test-path.R:129:5', 'test-path.R:148:5', 'test-path.R:161:5', 'test-path.R:716:5' • need elevated permissions to change uid (1): 'test-file.R:187:7' [ FAIL 0 | WARN 0 | SKIP 25 | PASS 927 ] > > proc.time() user system elapsed 7.84 1.39 9.35