R Under development (unstable) (2024-01-26 r85832 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(zip) Attaching package: 'zip' The following objects are masked from 'package:utils': unzip, zip > > test_check("zip") [ FAIL 0 | WARN 0 | SKIP 12 | PASS 234 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (6): 'test-inflate.R:34:3', 'test-inflate.R:51:3', 'test-large-files.R:3:3', 'test-large-files.R:33:3', 'test-large-files.R:67:3', 'test-paths.R:166:3' • On Windows (6): 'test-errors.R:49:3', 'test-unzip.R:135:3', 'test-weird-paths.R:3:3', 'test-weird-paths.R:23:3', 'test-weird-paths.R:43:3', 'test-zipr.R:371:3' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 234 ] > > proc.time() user system elapsed 3.35 1.26 4.75