R Under development (unstable) (2024-02-22 r85974 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. > Sys.setenv("R_TESTS" = "") > > library("testthat") > library("readtext") > > # save, then reset, readtext options > opts <- readtext_options() > readtext_options(reset = TRUE) > > # set the soon-to-be-official-R-policy condition > Sys.setenv("_R_CHECK_LENGTH_1_CONDITION_" = TRUE) > > test_check("readtext") [ FAIL 0 | WARN 0 | SKIP 12 | PASS 155 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (7): 'test-readtext.R:118:5', 'test-readtext.R:503:5', 'test-readtext.R:556:5', 'test-readtext.R:630:5', 'test-readtext.R:700:5', 'test-readtext.R:710:5', 'test-readtext.R:720:5' • On Windows (4): 'test-encoding.R:4:5', 'test-readtext.R:576:5', 'test-readtext.R:586:5', 'test-readtext.R:614:5' • skipping test of option setting when readtext is not attached (1): 'test-readtext_options.R:32:5' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 155 ] > > # restore the options > readtext_options(opts) > > proc.time() user system elapsed 5.28 0.60 6.25