R Under development (unstable) (2023-07-04 r84639 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(asciiSetupReader) Thank you for using asciiSetupReader! To acknowledge our work, please cite the package: Kaplan, J (2023). asciiSetupReader: PReads Fixed-Width ASCII Data Files (.txt or .dat) that Have Accompanying Setup Files (.sps or .sas). Version 2.5.1. URL: https://github.com/jacobkap/asciiSetupReader, https://jacobkap.github.io/asciiSetupReader/. > > test_check("asciiSetupReader") [ FAIL 0 | WARN 0 | SKIP 11 | PASS 1706 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-parser-sas.R:6:3', 'test-parser-sas.R:53:3', 'test-parser-sas.R:612:3', 'test-parser-sps.R:4:3', 'test-parser-sps.R:68:3', 'test-parser-sps.R:791:3', 'test-psid-test.R:4:3', 'test-silent.R:5:3', 'test-silent.R:53:3', 'test-silent.R:125:3', 'test-silent.R:205:3' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 1706 ] There were 28 warnings (use warnings() to see them) > > proc.time() user system elapsed 166.56 4.00 169.96