R Under development (unstable) (2024-05-27 r86634 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. > testthat::test_check("nanoparquet") Loading required package: nanoparquet [ FAIL 0 | WARN 0 | SKIP 41 | PASS 111 ] ══ Skipped tests (41) ══════════════════════════════════════════════════════════ • On CRAN (41): 'test-arrow-schema.R:24:3', 'test-parquet-metadata.R:16:3', 'test-parquet-metadata.R:30:3', 'test-parquet-metadata.R:36:3', 'test-parquet-metadata.R:42:3', 'test-parquet-metadata.R:48:3', 'test-parquet-metadata.R:55:3', 'test-parquet-metadata.R:62:3', 'test-parquet-metadata.R:69:3', 'test-parquet-metadata.R:75:3', 'test-parquet-metadata.R:81:3', 'test-parquet-metadata.R:88:3', 'test-parquet-metadata.R:111:3', 'test-porcelain.R:3:3', 'test-porcelain.R:9:3', 'test-read-parquet.R:99:3', 'test-read-parquet.R:106:3', 'test-read-parquet.R:114:3', 'test-read-parquet.R:128:3', 'test-read-parquet.R:185:3', 'test-read-parquet.R:205:3', 'test-read-parquet.R:237:3', 'test-rle.R:3:3', 'test-spelling.R:2:3', 'test-write-parquet-2.R:17:3', 'test-write-parquet-2.R:47:3', 'test-write-parquet.R:7:3', 'test-write-parquet.R:30:3', 'test-write-parquet.R:61:3', 'test-write-parquet.R:111:3', 'test-write-parquet.R:129:3', 'test-write-parquet.R:142:3', 'test-write-parquet.R:174:3', 'test-write-parquet.R:206:3', 'test-write-parquet.R:238:3', 'test-write-parquet.R:263:3', 'test-write-parquet.R:294:3', 'test-write-parquet.R:305:3', 'test-write-parquet.R:320:3', 'test-write-parquet.R:335:3', 'test-write-parquet.R:350:3' [ FAIL 0 | WARN 0 | SKIP 41 | PASS 111 ] > > proc.time() user system elapsed 3.26 0.51 3.71