CRAN Package Check Results for Package Xplortext

Last updated on 2024-11-14 15:08:20 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.4 28.89 165.09 193.98 OK
r-devel-linux-x86_64-debian-gcc 1.5.5 19.10 107.92 127.02 OK
r-devel-linux-x86_64-fedora-clang 1.5.5 343.10 OK
r-devel-linux-x86_64-fedora-gcc 1.5.5 307.13 OK
r-devel-windows-x86_64 1.5.5 25.00 169.00 194.00 OK
r-patched-linux-x86_64 1.5.4 24.85 151.22 176.07 OK
r-release-linux-x86_64 1.5.4 24.32 151.34 175.66 OK
r-release-macos-arm64 1.5.4 64.00 OK
r-release-macos-x86_64 1.5.4 98.00 OK
r-release-windows-x86_64 1.5.4 25.00 153.00 178.00 OK
r-oldrel-macos-arm64 1.5.3 71.00 OK
r-oldrel-macos-x86_64 1.5.3 145.00 OK
r-oldrel-windows-x86_64 1.5.3 31.00 174.00 205.00 ERROR

Check Details

Version: 1.5.3
Check: examples
Result: ERROR Running examples in 'Xplortext-Ex.R' failed The error most likely occurred in: > ### Name: plot.LexChar > ### Title: Plot LexChar objects > ### Aliases: plot.LexChar > ### Keywords: plot > > ### ** Examples > > data(open.question) > res.TD<-TextData(open.question, var.text=c(9,10), var.agg="Gen_Edu", Fmin=10, Dmin=10, + remov.number=TRUE, stop.word.tm=TRUE) > LD<-LexChar(res.TD,maxCharDoc = 0) > plot(LD) Error in `gtable_add_grob()`: ! `grobs` must be a single grob or a list of grobs, not a list. Backtrace: ▆ 1. ├─base::plot(LD) 2. └─Xplortext:::plot.LexChar(LD) 3. ├─base::suppressWarnings(...) 4. │ └─base::withCallingHandlers(...) 5. └─Xplortext (local) marrangeGrob2(grobs = pword, nrow = numr, ncol = numc, top = top) 6. ├─base::do.call(gridExtra::arrangeGrob, c(grobs[groups[[g]]], params)) 7. └─gridExtra (local) `<fn>`(...) 8. └─gtable::gtable_add_grob(grobs = grobs) 9. └─gtable:::stop_input_type(grobs, "a single grob or a list of grobs") 10. └─rlang::abort(message, ..., call = call, arg = arg) Execution halted Flavor: r-oldrel-windows-x86_64