Last updated on 2025-12-19 17:50:03 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.2 | 7.41 | 162.31 | 169.72 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.2.2 | 5.04 | 146.57 | 151.61 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.2.2 | 12.00 | 247.58 | 259.58 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 11.00 | 135.84 | 146.84 | ERROR | |
| r-devel-windows-x86_64 | 0.2.2 | 8.00 | 169.00 | 177.00 | OK | |
| r-patched-linux-x86_64 | 0.2.2 | 7.53 | 162.52 | 170.05 | NOTE | |
| r-release-linux-x86_64 | 0.2.2 | 5.86 | 161.81 | 167.67 | NOTE | |
| r-release-macos-arm64 | 0.2.2 | OK | ||||
| r-release-macos-x86_64 | 0.2.2 | 4.00 | 184.00 | 188.00 | OK | |
| r-release-windows-x86_64 | 0.2.2 | 8.00 | 165.00 | 173.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.2 | 5.00 | 313.00 | 318.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.2 | 10.00 | 218.00 | 228.00 | OK |
Version: 0.2.2
Check: Rd cross-references
Result: NOTE
Unknown package ‘ggalt’ in Rd xrefs
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.2.2
Check: examples
Result: ERROR
Running examples in ‘textplot-Ex.R’ failed
The error most likely occurred in:
> ### Name: plot.BTM
> ### Title: Plot function for a BTM object
> ### Aliases: plot.BTM
>
> ### ** Examples
>
> ## Don't show:
> if(require(igraph) && require(BTM) && require(ggraph) &&
+ require(ggforce) && require(concaveman) &&
+ require(data.table) && require(udpipe))
+ {
+ ## End(Don't show)
+ library(igraph)
+ library(BTM)
+ library(ggraph)
+ library(ggforce)
+ library(concaveman)
+ data(example_btm, package = 'textplot')
+
+ model <- example_btm
+
+ topiclabels <- c("Garbage",
+ "Data Mining", "Gradient descent", "API's",
+ "Random Forests", "Stat models", "Text Mining / NLP",
+ "GLM / GAM / Bayesian", "Machine learning", "Variable selection",
+ "Regularisation techniques", "Optimisation", "Fuzzy logic",
+ "Classification/Regression trees", "Text frequencies",
+ "Neural / Deep learning", "Variable selection",
+ "Text file handling", "Text matching", "Topic modelling")
+ plot(model, title = "Biterm topic model", subtitle = "some topics",
+ top_n = 7,
+ which = c(3, 4, 5, 6, 7, 9, 12, 16, 20),
+ labels = topiclabels)
+
+
+ ## Don't show:
+ }
Loading required package: igraph
Attaching package: ‘igraph’
The following objects are masked from ‘package:stats’:
decompose, spectrum
The following object is masked from ‘package:base’:
union
Loading required package: BTM
Loading required package: ggraph
Loading required package: ggplot2
Loading required package: ggforce
Loading required package: concaveman
Loading required package: data.table
Attaching package: ‘data.table’
The following object is masked from ‘package:base’:
%notin%
Loading required package: udpipe
Error in `[.data.table`(biterms, , `:=`(topic_freq, .N), by = list(term1, :
attempt access index 3/3 in VECTOR_ELT
Calls: plot ... textplot_bitermclusters.default -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.2.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘textplot-examples.Rnw’ using knitr
Attaching package: 'igraph'
The following objects are masked from 'package:stats':
decompose, spectrum
The following object is masked from 'package:base':
union
trying URL 'https://raw.githubusercontent.com/jwijffels/udpipe.models.ud.2.5/master/inst/udpipe-ud-2.5-191206/english-ewt-ud-2.5-191206.udpipe'
Content type 'application/octet-stream' length 16309608 bytes (15.6 MB)
==================================================
downloaded 15.6 MB
Quitting from textplot-examples.Rnw:52-62 [unnamed-chunk-1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 5/5 in VECTOR_ELT
---
Backtrace:
x
1. +-udpipe::udpipe(...)
2. \-udpipe:::udpipe.character(...)
3. +-base::as.data.frame(x, detailed = TRUE)
4. \-udpipe:::as.data.frame.udpipe_connlu(x, detailed = TRUE)
5. \-udpipe:::read_connlu(x, is_udpipe_annotation = TRUE, ...)
6. +-out[, `:=`(paragraph_id, cumsum(is_newparagraph)), by = list(doc_id)]
7. \-data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'textplot-examples.Rnw' failed with diagnostics:
attempt access index 5/5 in VECTOR_ELT
--- failed re-building ‘textplot-examples.Rnw’
SUMMARY: processing the following file failed:
‘textplot-examples.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc