Package: CAinterprTools Check: examples New result: ERROR Running examples in ‘CAinterprTools-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: table.collapse > ### Title: Collapse rows and columns of a table on the basis of > ### hierarchical clustering > ### Aliases: table.collapse > ### Keywords: table.collapse > > ### ** Examples > > data(greenacre_data) > > #collapse the table, store the results into an object called 'res', and return 2 dendrograms > res <- table.collapse(greenacre_data, graph=TRUE) Warning in max(clust) : no non-missing arguments to max; returning -Inf Error in tapply(seq_len(5L), list(clust = integer(0)), function (x) : arguments must have same length Calls: table.collapse ... by.data.frame -> structure -> eval -> eval -> tapply Execution halted Package: ggfacto Check: examples New result: ERROR Running examples in ‘ggfacto-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: HCPC_tab > ### Title: Multiple Tables for Hierarchical Clusters > ### Aliases: HCPC_tab > > ### ** Examples > > > data(tea, package = "FactoMineR") > res.mca_3axes <- MCA2(tea, active_vars = 1:18, ncp = 3) > cah <- FactoMineR::HCPC(res.mca_3axes, nb.clust = 6, graph = FALSE) Error in dimnames(x) <- dn : length of 'dimnames' [2] not equal to array extent Calls: -> catdes -> colnames<- Execution halted Package: NaileR Check: re-building of vignette outputs New result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘NaileR-vignette.Rmd’ using rmarkdown Quitting from NaileR-vignette.Rmd:80-92 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error in `dimnames(x) <- dn`: ! length of 'dimnames' [2] not equal to array extent --- Backtrace: ▆ 1. └─FactoMineR::HCPC(res_mca_waste, nb.clust = 3, graph = FALSE) 2. └─FactoMineR::catdes(...) 3. └─base::`colnames<-`(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'NaileR-vignette.Rmd' failed with diagnostics: length of 'dimnames' [2] not equal to array extent --- failed re-building ‘NaileR-vignette.Rmd’ SUMMARY: processing the following file failed: ‘NaileR-vignette.Rmd’ Error: Vignette re-building failed. Execution halted Package: Xplortext Check: examples New result: ERROR Running examples in ‘Xplortext-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: LexHCca > ### Title: Hierarchical Clustering on Textual Correspondence Analysis > ### Coordinates (LexHCca) > ### Aliases: LexHCca > ### Keywords: multivariate > > ### ** Examples > > data(open.question) > res.TD<-TextData(open.question, var.text=c(9,10), Fmin=10, Dmin=10, stop.word.tm=TRUE, + context.quali=c("Gender","Age_Group","Education"), context.quanti=c("Age")) > res.LexCA<-LexCA(res.TD, graph=FALSE, ncp=8) > res.hcca<-LexHCca(res.LexCA, graph=FALSE, nb.clust=5) Error in dimnames(x) <- dn : length of 'dimnames' [2] not equal to array extent Calls: LexHCca -> -> colnames<- Execution halted