R Under development (unstable) (2024-04-27 r86487 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/RtmpUrOvbS/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/RtmpUrOvbS/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/RtmpUrOvbS/data_dir/austen1b/word.hcd - writing compressed item sequence to D:/temp/RtmpUrOvbS/data_dir/austen1b/word.huf - writing sync (every 128 tokens) to D:/temp/RtmpUrOvbS/data_dir/austen1b/word.huf.syn VALIDATING AUSTEN1B.word - reading code descriptor block from D:/temp/RtmpUrOvbS/data_dir/austen1b/word.hcd - reading compressed item sequence from D:/temp/RtmpUrOvbS/data_dir/austen1b/word.huf - reading sync (mod 128) from D:/temp/RtmpUrOvbS/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/RtmpUrOvbS/data_dir/austen1b/word.crc - writing compressed index offsets to D:/temp/RtmpUrOvbS/data_dir/austen1b/word.crx ── Install corpus ────────────────────────────────────────────────────────────── . ── Download resource from Zenodo ─────────────────────────────────────────────── [1%] Downloaded 13980 bytes... [1%] Downloaded 20872 bytes... [2%] Downloaded 37256 bytes... [3%] Downloaded 44736 bytes... [4%] Downloaded 61120 bytes... [5%] Downloaded 69900 bytes... [6%] Downloaded 86578 bytes... [8%] Downloaded 107156 bytes... [9%] Downloaded 122730 bytes... [10%] Downloaded 138108 bytes... [12%] Downloaded 160770 bytes... [12%] Downloaded 169060 bytes... [14%] Downloaded 185444 bytes... [15%] Downloaded 199914 bytes... [16%] Downloaded 223288 bytes... [18%] Downloaded 243154 bytes... [20%] Downloaded 266822 bytes... [22%] Downloaded 292182 bytes... [23%] Downloaded 310258 bytes... [25%] Downloaded 338930 bytes... [28%] Downloaded 368232 bytes... [28%] Downloaded 375964 bytes... [29%] Downloaded 392348 bytes... [31%] Downloaded 408668 bytes... [33%] Downloaded 441372 bytes... [34%] Downloaded 457756 bytes... [37%] Downloaded 490460 bytes... [38%] Downloaded 505782 bytes... [39%] Downloaded 518364 bytes... [41%] Downloaded 546938 bytes... [42%] Downloaded 563322 bytes... [43%] Downloaded 577638 bytes... [44%] Downloaded 585468 bytes... [45%] Downloaded 601852 bytes... [47%] Downloaded 618172 bytes... [48%] Downloaded 634556 bytes... [49%] Downloaded 650876 bytes... [50%] Downloaded 667260 bytes... [54%] Downloaded 716300 bytes... [55%] Downloaded 732732 bytes... [56%] Downloaded 748996 bytes... [58%] Downloaded 775204 bytes... [60%] Downloaded 791524 bytes... [61%] Downloaded 807908 bytes... [62%] Downloaded 824228 bytes... [63%] Downloaded 840612 bytes... [66%] Downloaded 873316 bytes... [67%] Downloaded 890232 bytes... [68%] Downloaded 902814 bytes... [70%] Downloaded 929376 bytes... [72%] Downloaded 950346 bytes... [73%] Downloaded 962928 bytes... [74%] Downloaded 985296 bytes... [76%] Downloaded 999276 bytes... [77%] Downloaded 1024440 bytes... [78%] Downloaded 1032828 bytes... [80%] Downloaded 1063584 bytes... [82%] Downloaded 1084554 bytes... [82%] Downloaded 1088748 bytes... [83%] Downloaded 1098534 bytes... [84%] Downloaded 1109718 bytes... [85%] Downloaded 1123698 bytes... [86%] Downloaded 1134882 bytes... [88%] Downloaded 1168042 bytes... [90%] Downloaded 1183812 bytes... [93%] Downloaded 1225752 bytes... [94%] Downloaded 1243926 bytes... [96%] Downloaded 1267692 bytes... [97%] Downloaded 1277478 bytes... [99%] Downloaded 1302642 bytes... [100%] Downloaded 1314165 bytes... ── Install corpus ────────────────────────────────────────────────────────────── . . [ FAIL 0 | WARN 1 | 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:72:5', 'test_encode.R:185:5' • empty test (1): 'test_directories.R:25:1' [ FAIL 0 | WARN 1 | SKIP 7 | PASS 9 ] > > proc.time() user system elapsed 11.89 0.70 13.96