Last updated on 2025-12-20 09:49:50 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 17.17 | 120.85 | 138.02 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 12.83 | 90.12 | 102.95 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 29.00 | 193.49 | 222.49 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 27.00 | 184.83 | 211.83 | NOTE | |
| r-devel-windows-x86_64 | 0.1.0 | 18.00 | 111.00 | 129.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 16.23 | 113.72 | 129.95 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 17.12 | 114.23 | 131.35 | OK | |
| r-release-macos-arm64 | 0.1.0 | OK | ||||
| r-release-macos-x86_64 | 0.1.0 | 12.00 | 91.00 | 103.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 16.00 | 109.00 | 125.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 12.00 | 79.00 | 91.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 22.00 | 139.00 | 161.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘MadanText-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:
‘shinythemes’ ‘topicmodels’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc