R Under development (unstable) (2023-06-27 r84609 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(haven) > > test_check("haven") [ FAIL 0 | WARN 0 | SKIP 17 | PASS 419 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-haven-sas.R:192:3', 'test-haven-sas.R:237:3', 'test-haven-spss.R:337:3', 'test-haven-spss.R:345:3', 'test-haven-stata.R:225:3', 'test-haven-stata.R:240:3', 'test-labelled-pillar.R:2:3', 'test-labelled-pillar.R:12:3', 'test-labelled.R:152:3', 'test-labelled.R:174:3', 'test-labelled.R:273:3', 'test-labelled_spss.R:4:3', 'test-labelled_spss.R:11:3', 'test-labelled_spss.R:25:3', 'test-labelled_spss.R:161:3', 'test-labelled_spss.R:183:3', 'test-tagged_na.R:55:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 419 ] > > proc.time() user system elapsed 6.35 0.53 7.00