R Under development (unstable) (2024-04-23 r86473 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(fs) > > test_check("fs") [ FAIL 0 | WARN 0 | SKIP 19 | PASS 922 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (2): 'test-create.R:45:3', 'test-tree.R:5:7' • On Windows (16): 'test-access.R:11:7', 'test-access.R:22:7', 'test-create.R:71:3', 'test-create.R:85:3', 'test-delete.R:77:3', 'test-fs_perms.R:161:3', 'test-is.R:3:3', 'test-list.R:109:5', 'test-list.R:143:5', 'test-list.R:194:5', 'test-list.R:226:5', 'test-path.R:92:5', 'test-path.R:103:5', 'test-path.R:123:5', 'test-path.R:137:5', 'test-path.R:631:5' • need elevated permissions to change uid (1): 'test-file.R:164:7' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 922 ] > > proc.time() user system elapsed 5.85 1.18 7.11