R Under development (unstable) (2024-02-25 r85988 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(cwbtools) > > test_check("cwbtools") === Makeall: processing corpus AUSTEN1A === Registry directory: D:/temp/RtmpKmnR3G/registry ATTRIBUTE word + creating LEXSRT ... OK - lexicon OK + creating FREQS ... OK - frequencies OK - token stream OK + creating REVCIDX ... OK + creating REVCORP ... OK ? validating REVCORP ... OK - index OK ======================================== === Makeall: processing corpus AUSTEN1B === Registry directory: D:/temp/RtmpKmnR3G/registry ATTRIBUTE word + creating LEXSRT ... OK - lexicon OK + creating FREQS ... OK - frequencies OK - token stream OK + creating REVCIDX ... OK + creating REVCORP ... OK ? validating REVCORP ... OK - index OK ======================================== COMPRESSING TOKEN STREAM of (nil).word - writing code descriptor block to D:/temp/RtmpKmnR3G/data_dir/austen1b/word.hcd - writing compressed item sequence to D:/temp/RtmpKmnR3G/data_dir/austen1b/word.huf - writing sync (every 128 tokens) to D:/temp/RtmpKmnR3G/data_dir/austen1b/word.huf.syn VALIDATING AUSTEN1B.word - reading code descriptor block from D:/temp/RtmpKmnR3G/data_dir/austen1b/word.hcd - reading compressed item sequence from D:/temp/RtmpKmnR3G/data_dir/austen1b/word.huf - reading sync (mod 128) from D:/temp/RtmpKmnR3G/data_dir/austen1b/word.huf.syn File read error: No error ERROR: wrong sync offset -1 (true offset 6696) at cpos 5632. Aborted. COMPRESSING INDEX of AUSTEN1B.word - writing compressed index to D:/temp/RtmpKmnR3G/data_dir/austen1b/word.crc - writing compressed index offsets to D:/temp/RtmpKmnR3G/data_dir/austen1b/word.crx ── Install corpus ────────────────────────────────────────────────────────────── . ── Download resource from Zenodo ─────────────────────────────────────────────── [0%] Downloaded 10728 bytes... [1%] Downloaded 21814 bytes... [3%] Downloaded 40798 bytes... [3%] Downloaded 49186 bytes... [5%] Downloaded 71064 bytes... [7%] Downloaded 98044 bytes... [7%] Downloaded 105034 bytes... [9%] Downloaded 122620 bytes... [10%] Downloaded 139004 bytes... [13%] Downloaded 174862 bytes... [14%] Downloaded 187444 bytes... [15%] Downloaded 203828 bytes... [16%] Downloaded 216802 bytes... [16%] Downloaded 220924 bytes... [17%] Downloaded 223720 bytes... [18%] Downloaded 243292 bytes... [19%] Downloaded 252392 bytes... [22%] Downloaded 293450 bytes... [23%] Downloaded 307430 bytes... [24%] Downloaded 318614 bytes... [25%] Downloaded 338702 bytes... [27%] Downloaded 357588 bytes... [28%] Downloaded 373972 bytes... [29%] Downloaded 387560 bytes... [30%] Downloaded 403944 bytes... [33%] Downloaded 440906 bytes... [34%] Downloaded 457226 bytes... [36%] Downloaded 473610 bytes... [37%] Downloaded 489930 bytes... [38%] Downloaded 506314 bytes... [39%] Downloaded 522634 bytes... [41%] Downloaded 539018 bytes... [42%] Downloaded 555338 bytes... [44%] Downloaded 588042 bytes... [45%] Downloaded 604426 bytes... [47%] Downloaded 620746 bytes... [48%] Downloaded 637130 bytes... [49%] Downloaded 653450 bytes... [50%] Downloaded 669834 bytes... [52%] Downloaded 686154 bytes... [54%] Downloaded 718874 bytes... [55%] Downloaded 735306 bytes... [57%] Downloaded 751570 bytes... [58%] Downloaded 767954 bytes... [59%] Downloaded 784274 bytes... [62%] Downloaded 816978 bytes... [63%] Downloaded 833362 bytes... [64%] Downloaded 849682 bytes... [65%] Downloaded 866066 bytes... [67%] Downloaded 882386 bytes... [69%] Downloaded 915090 bytes... [70%] Downloaded 931474 bytes... [72%] Downloaded 949222 bytes... [73%] Downloaded 965606 bytes... [74%] Downloaded 981926 bytes... [76%] Downloaded 1005142 bytes... [77%] Downloaded 1021526 bytes... [78%] Downloaded 1037910 bytes... [80%] Downloaded 1054294 bytes... [80%] Downloaded 1061620 bytes... [82%] Downloaded 1079802 bytes... [83%] Downloaded 1096186 bytes... [84%] Downloaded 1112506 bytes... [87%] Downloaded 1145210 bytes... [88%] Downloaded 1161594 bytes... [89%] Downloaded 1177914 bytes... [90%] Downloaded 1194298 bytes... [91%] Downloaded 1207852 bytes... [93%] Downloaded 1224628 bytes... [95%] Downloaded 1257332 bytes... [96%] Downloaded 1273716 bytes... [98%] Downloaded 1290036 bytes... [100%] Downloaded 1314165 bytes... ── Install corpus ────────────────────────────────────────────────────────────── . . [ FAIL 0 | WARN 5 | SKIP 7 | PASS 9 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test_install.R:76:5', 'test_install.R:87:5', 'test_install.R:123:5', 'test_install.R:158:5' • On Windows (2): 'test_encode.R:70:5', 'test_encode.R:180:5' • empty test (1): 'test_directories.R:25:1' [ FAIL 0 | WARN 5 | SKIP 7 | PASS 9 ] > > proc.time() user system elapsed 13.42 0.67 16.23