Last updated on 2026-08-18 01:52:09 CEST.
| Package | OK | ERROR |
|---|---|---|
| Xplortext | 12 | 1 |
Current CRAN status: OK: 12, ERROR: 1
Version: 1.6
Check: examples
Result: ERROR
Running examples in 'Xplortext-Ex.R' failed
The error most likely occurred in:
> ### Name: LabelTree
> ### Title: Hierarchical words (LabelTree)
> ### Aliases: LabelTree
> ### Keywords: multivariate
>
> ### ** Examples
>
> data(open.question)
> res.TD<-TextData(open.question,var.text=c(9,10), var.agg="Age_Group", Fmin=10, Dmin=10,
+ stop.word.tm=TRUE)
> res.LexCA<-LexCA(res.TD, graph=FALSE)
Error in vp[1:min(nrow(X) - 1, ncol(X) - 1), , drop = FALSE] :
subscript out of bounds
Calls: LexCA -> CA_New
Execution halted
Flavor: r-oldrel-windows-x86_64