Last updated on 2026-06-08 02:51:27 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.6 | 64.97 | 418.64 | 483.61 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.6 | 42.14 | 279.19 | 321.33 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.7.6 | 92.00 | 569.48 | 661.48 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.6 | 118.00 | 557.03 | 675.03 | OK | |
| r-devel-windows-x86_64 | 0.7.6 | 72.00 | 360.00 | 432.00 | OK | |
| r-patched-linux-x86_64 | 0.7.6 | 59.42 | 384.74 | 444.16 | OK | |
| r-release-linux-x86_64 | 0.7.6 | 58.84 | 387.92 | 446.76 | OK | |
| r-release-macos-arm64 | 0.7.6 | 13.00 | 99.00 | 112.00 | OK | |
| r-release-macos-x86_64 | 0.7.6 | 37.00 | 406.00 | 443.00 | OK | |
| r-release-windows-x86_64 | 0.7.6 | 72.00 | 352.00 | 424.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.6 | OK | ||||
| r-oldrel-macos-x86_64 | 0.7.6 | 36.00 | 355.00 | 391.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.6 | 82.00 | 460.00 | 542.00 | OK |
Version: 0.7.6
Check: for unstated dependencies in examples
Result: WARN
Warning in file(out, "wt") :
cannot open file '/tmp/RtmpqzBtPh/file20eb5335426df9/mergeTopics.R': No space left on device
Error in file(out, "wt") : cannot open the connection
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.7.6
Check: examples
Result: ERROR
Running examples in ‘sentopics-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot.sentopicmodel
> ### Title: Plot a topic model using Plotly
> ### Aliases: plot.sentopicmodel
>
> ### ** Examples
>
> lda <- LDA(ECB_press_conferences_tokens)
> lda <- fit(lda, 100)
0% 10 20 30 40 50 60 70 80 90 100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
> plot(lda, nWords = 5)
Error in plot.sentopicmodel(lda, nWords = 5) :
Suggested packages are missing for the plot.sentopicmodel function.
Please install first the following packages: plotly.
Install command: install.packages('plotly')
Calls: plot -> plot.sentopicmodel
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
LDAvis 6.236 0.034 3.687
Flavor: r-devel-linux-x86_64-debian-gcc