CRAN Package Check Results for Package corpustools

Last updated on 2025-12-19 14:50:16 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.2 58.13 148.58 206.71 OK
r-devel-linux-x86_64-debian-gcc 0.5.2 41.27 98.68 139.95 OK
r-devel-linux-x86_64-fedora-clang 0.5.2 112.00 OK
r-devel-linux-x86_64-fedora-gcc 0.5.2 119.00 206.82 325.82 ERROR
r-devel-windows-x86_64 0.5.2 71.00 185.00 256.00 OK
r-patched-linux-x86_64 0.5.2 62.51 127.86 190.37 OK
r-release-linux-x86_64 0.5.2 58.93 128.08 187.01 OK
r-release-macos-arm64 0.5.2 OK
r-release-macos-x86_64 0.5.2 37.00 112.00 149.00 OK
r-release-windows-x86_64 0.5.2 70.00 168.00 238.00 OK
r-oldrel-macos-arm64 0.5.2 OK
r-oldrel-macos-x86_64 0.5.2 36.00 110.00 146.00 OK
r-oldrel-windows-x86_64 0.5.2 84.00 221.00 305.00 OK

Check Details

Version: 0.5.2
Check: examples
Result: ERROR Running examples in ‘corpustools-Ex.R’ failed The error most likely occurred in: > ### Name: export_span_annotations > ### Title: Export span annotations > ### Aliases: export_span_annotations > > ### ** Examples > > tc = create_tcorpus(sotu_texts, c('president','text'), doc_column='id', remember_spaces=TRUE) Error in `[.data.table`(tokens, , `:=`(start, 1 + c(0, head(cumsum(len), : attempt access index 5/5 in VECTOR_ELT Calls: create_tcorpus ... create_tcorpus.character -> tokenize_to_dataframe -> [ -> [.data.table Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.5.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘corpustools.Rmd’ using rmarkdown Quitting from corpustools.Rmd:394-396 [unnamed-chunk-31] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `[.data.table`: ! attempt access index 2/2 in VECTOR_ELT --- Backtrace: ▆ 1. └─corpustools::search_features(tc, query = c("terror*", "war*")) 2. └─corpustools:::get_dict_results(...) 3. └─corpustools:::dictionary_lookup(...) 4. └─corpustools:::dictionary_lookup_tokens(...) 5. └─corpustools:::dictionary_lookup_tokens2(...) 6. └─corpustools:::collapse_dict(...) 7. └─corpustools:::expand_wildcards(sn, feature_levels) 8. ├─ql[, `:=`(n, add_n(t)), by = "i"] 9. └─data.table:::`[.data.table`(ql, , `:=`(n, add_n(t)), by = "i") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'corpustools.Rmd' failed with diagnostics: attempt access index 2/2 in VECTOR_ELT --- failed re-building ‘corpustools.Rmd’ SUMMARY: processing the following file failed: ‘corpustools.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc