CRAN Package Check Results for Package gridExtra

Last updated on 2025-04-21 09:52:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.3 3.58 31.01 34.59 OK
r-devel-linux-x86_64-debian-gcc 2.3 2.59 23.56 26.15 OK
r-devel-linux-x86_64-fedora-clang 2.3 55.21 OK
r-devel-linux-x86_64-fedora-gcc 2.3 103.37 OK
r-devel-windows-x86_64 2.3 4.00 58.00 62.00 OK
r-patched-linux-x86_64 2.3 3.01 30.59 33.60 OK
r-release-linux-x86_64 2.3 3.35 30.56 33.91 OK
r-release-macos-arm64 2.3 43.00 ERROR
r-release-macos-x86_64 2.3 94.00 OK
r-release-windows-x86_64 2.3 5.00 0.00 5.00 FAIL
r-oldrel-macos-arm64 2.3 44.00 OK
r-oldrel-macos-x86_64 2.3 59.00 OK
r-oldrel-windows-x86_64 2.3 6.00 61.00 67.00 OK

Check Details

Version: 2.3
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘arrangeGrob.rmd’ using rmarkdown Quitting from arrangeGrob.rmd:23-33 [basic] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! package or namespace load failed for 'ggplot2' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called 'vctrs' --- Backtrace: ▆ 1. └─base::library(ggplot2) 2. └─base::tryCatch(...) 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'arrangeGrob.rmd' failed with diagnostics: package or namespace load failed for 'ggplot2' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called 'vctrs' --- failed re-building ‘arrangeGrob.rmd’ --- re-building ‘gtable.Rmd’ using rmarkdown Quitting from gtable.Rmd:38-48 [matrix] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `ggplotGrob()`: ! could not find function "ggplotGrob" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'gtable.Rmd' failed with diagnostics: could not find function "ggplotGrob" --- failed re-building ‘gtable.Rmd’ --- re-building ‘ngonGrob.Rmd’ using rmarkdown --- finished re-building ‘ngonGrob.Rmd’ --- re-building ‘tableGrob.Rmd’ using rmarkdown --- finished re-building ‘tableGrob.Rmd’ SUMMARY: processing the following files failed: ‘arrangeGrob.rmd’ ‘gtable.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-release-macos-arm64

Version: 2.3
Check: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > ### ttheme_default ttheme_minimal > > ### ** Examples > > library(grid) > d <- head(iris, 3) > g <- tableGrob(d) > grid.newpage() > grid.draw(g) > > > > ### * <FOOTER> > ### > cleanEx() detaching 'package:grid' > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 0.58 0.13 0.71 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-release-windows-x86_64