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/RtmpM1bOne/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/RtmpM1bOne/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/RtmpM1bOne/data_dir/austen1b/word.hcd - writing compressed item sequence to D:/temp/RtmpM1bOne/data_dir/austen1b/word.huf - writing sync (every 128 tokens) to D:/temp/RtmpM1bOne/data_dir/austen1b/word.huf.syn VALIDATING AUSTEN1B.word - reading code descriptor block from D:/temp/RtmpM1bOne/data_dir/austen1b/word.hcd - reading compressed item sequence from D:/temp/RtmpM1bOne/data_dir/austen1b/word.huf - reading sync (mod 128) from D:/temp/RtmpM1bOne/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/RtmpM1bOne/data_dir/austen1b/word.crc - writing compressed index offsets to D:/temp/RtmpM1bOne/data_dir/austen1b/word.crx ── Install corpus ────────────────────────────────────────────────────────────── . ── Download resource from Zenodo ─────────────────────────────────────────────── [0%] Downloaded 12028 bytes... [2%] Downloaded 28412 bytes... [3%] Downloaded 39988 bytes... [3%] Downloaded 46978 bytes... [4%] Downloaded 65152 bytes... [5%] Downloaded 73540 bytes... [6%] Downloaded 90316 bytes... [9%] Downloaded 119798 bytes... [9%] Downloaded 127500 bytes... [10%] Downloaded 140082 bytes... [12%] Downloaded 167676 bytes... [14%] Downloaded 188254 bytes... [15%] Downloaded 207336 bytes... [16%] Downloaded 212928 bytes... [17%] Downloaded 229116 bytes... [18%] Downloaded 247094 bytes... [19%] Downloaded 255482 bytes... [19%] Downloaded 259676 bytes... [19%] Downloaded 262472 bytes... [21%] Downloaded 281064 bytes... [21%] Downloaded 283860 bytes... [22%] Downloaded 292052 bytes... [23%] Downloaded 302844 bytes... [24%] Downloaded 327420 bytes... [26%] Downloaded 343804 bytes... [27%] Downloaded 360140 bytes... [28%] Downloaded 376572 bytes... [29%] Downloaded 392956 bytes... [31%] Downloaded 413436 bytes... [32%] Downloaded 429820 bytes... [35%] Downloaded 462524 bytes... [36%] Downloaded 478844 bytes... [38%] Downloaded 511548 bytes... [40%] Downloaded 527932 bytes... [43%] Downloaded 576964 bytes... [46%] Downloaded 609668 bytes... [47%] Downloaded 626052 bytes... [48%] Downloaded 642372 bytes... [50%] Downloaded 658756 bytes... [51%] Downloaded 675076 bytes... [52%] Downloaded 691460 bytes... [53%] Downloaded 707780 bytes... [56%] Downloaded 740500 bytes... [57%] Downloaded 756932 bytes... [58%] Downloaded 773196 bytes... [60%] Downloaded 789580 bytes... [61%] Downloaded 805900 bytes... [63%] Downloaded 838604 bytes... [65%] Downloaded 854988 bytes... [67%] Downloaded 887692 bytes... [68%] Downloaded 904012 bytes... [70%] Downloaded 920396 bytes... [71%] Downloaded 936716 bytes... [72%] Downloaded 953100 bytes... [75%] Downloaded 985868 bytes... [76%] Downloaded 1002132 bytes... [77%] Downloaded 1018516 bytes... [78%] Downloaded 1034836 bytes... [79%] Downloaded 1051220 bytes... [81%] Downloaded 1067540 bytes... [82%] Downloaded 1083924 bytes... [83%] Downloaded 1100244 bytes... [84%] Downloaded 1116628 bytes... [86%] Downloaded 1132948 bytes... [88%] Downloaded 1165652 bytes... [89%] Downloaded 1182036 bytes... [91%] Downloaded 1198356 bytes... [92%] Downloaded 1214740 bytes... [93%] Downloaded 1231060 bytes... [94%] Downloaded 1247444 bytes... [96%] Downloaded 1263780 bytes... [97%] Downloaded 1280212 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:182:5' • empty test (1): 'test_directories.R:25:1' [ FAIL 0 | WARN 5 | SKIP 7 | PASS 9 ] > > proc.time() user system elapsed 8.60 0.57 12.43