R Under development (unstable) (2024-02-28 r85999 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(RcppCWB) > > test_check("RcppCWB") === Makeall: processing corpus BT === Registry directory: D:/temp/RtmpqCcPr1/registry_tmp 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 BT === Registry directory: D:/temp/RtmpqCcPr1/registry_tmp ATTRIBUTE pos + 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 BT === Registry directory: D:/temp/RtmpqCcPr1/registry_tmp ATTRIBUTE lemma + creating LEXSRT ... OK - lexicon OK + creating FREQS ... OK - frequencies OK - token stream OK + creating REVCIDX ... OK + creating REVCORP ... OK ? validating REVCORP ... OK - index OK ======================================== cl_new_corpus: can't locate in D:/temp/RtmpqCcPr1/registry_tmp cl_new_corpus: can't locate in D:/temp/RtmpqCcPr1/registry_tmp cl_new_corpus: can't locate in D:/temp/RtmpqCcPr1/registry_tmp cl_new_corpus: can't locate in D:/temp/RtmpqCcPr1/registry_tmp [ FAIL 0 | WARN 1 | SKIP 3 | PASS 75 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_subcorpus.R:9:5' • empty test (2): 'test_cpos2struc.R:18:1', 'test_region_matrix_to_struc_matrix.R:5:1' [ FAIL 0 | WARN 1 | SKIP 3 | PASS 75 ] > > proc.time() user system elapsed 1.21 0.25 1.46