CRAN Package Check Results for Package rrtable

Last updated on 2025-06-12 21:50:38 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 13.61 119.81 133.42 OK
r-devel-linux-x86_64-debian-gcc 0.3.0 8.22 83.26 91.48 OK
r-devel-linux-x86_64-fedora-clang 0.3.0 198.49 OK
r-devel-linux-x86_64-fedora-gcc 0.3.0 199.53 OK
r-devel-windows-x86_64 0.3.0 16.00 142.00 158.00 ERROR
r-patched-linux-x86_64 0.3.0 13.10 107.24 120.34 OK
r-release-linux-x86_64 0.3.0 13.31 107.35 120.66 OK
r-release-macos-arm64 0.3.0 63.00 OK
r-release-macos-x86_64 0.3.0 110.00 OK
r-release-windows-x86_64 0.3.0 15.00 141.00 156.00 OK
r-oldrel-macos-arm64 0.3.0 59.00 OK
r-oldrel-macos-x86_64 0.3.0 90.00 OK
r-oldrel-windows-x86_64 0.3.0 21.00 174.00 195.00 OK

Check Details

Version: 0.3.0
Check: examples
Result: ERROR Running examples in 'rrtable-Ex.R' failed The error most likely occurred in: > ### Name: add_2plots > ### Title: Add two plots into a document object > ### Aliases: add_2plots > > ### ** Examples > > require(magrittr) Loading required package: magrittr > require(officer) Loading required package: officer > require(ggplot2) Loading required package: ggplot2 Attaching package: 'ggplot2' The following object is masked from 'package:rrtable': is_ggplot > plotstring1="plot(iris)" > plotstring2="ggplot(iris,aes(x=Sepal.Length,y=Sepal.Width))+geom_point()" > read_pptx() %>% add_text(title="Two plots") %>% add_2plots(plotstring1,plotstring2) pptx document with 1 slide Available layouts and their associated master(s): layout master 1 Title Slide Office Theme 2 Title and Content Office Theme 3 Section Header Office Theme 4 Two Content Office Theme 5 Comparison Office Theme 6 Title Only Office Theme 7 Blank Office Theme > read_docx() %>% add_text(title="Two plots") %>% add_2plots(plotstring1,plotstring2) Error in emf(file = filename, width = width, height = height) : Graphics API version mismatch Calls: %>% ... add_2plots -> %>% -> add_anyplot -> add_anyplot -> emf Execution halted Flavor: r-devel-windows-x86_64