Last updated on 2025-12-19 23:49:52 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 18.61 | 126.67 | 145.28 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 13.11 | 94.04 | 107.15 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 31.00 | 199.95 | 230.95 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 29.00 | 196.17 | 225.17 | NOTE | |
| r-devel-windows-x86_64 | 0.1.0 | 18.00 | 117.00 | 135.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 16.69 | 117.38 | 134.07 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 17.04 | 118.69 | 135.73 | OK | |
| r-release-macos-arm64 | 0.1.0 | OK | ||||
| r-release-macos-x86_64 | 0.1.0 | 12.00 | 93.00 | 105.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 16.00 | 114.00 | 130.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 13.00 | 82.00 | 95.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 25.00 | 145.00 | 170.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘MadanTextNetwork-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: PMI
> ### Title: Calculate Pointwise Mutual Information (PMI)
> ### Aliases: PMI
>
> ### ** Examples
>
> data <- data.frame(token = c("word1", "word2"), doc_id = c(1, 1))
> pmi_scores <- PMI(data)
Error in `[.data.table`(dt, , `:=`(right, txt_next(txt.original, n = i)), :
attempt access index 3/3 in VECTOR_ELT
Calls: PMI -> keywords_collocation -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘ngram’ ‘shinythemes’ ‘topicmodels’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc