CRAN Package Check Results for Package export

Last updated on 2025-06-13 03:49:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 8.37 73.07 81.44 NOTE
r-devel-linux-x86_64-debian-gcc 0.3.0 6.28 52.51 58.79 NOTE
r-devel-linux-x86_64-fedora-clang 0.3.0 121.27 OK
r-devel-linux-x86_64-fedora-gcc 0.3.0 114.58 OK
r-devel-windows-x86_64 0.3.0 10.00 84.00 94.00 ERROR
r-patched-linux-x86_64 0.3.0 8.63 66.82 75.45 NOTE
r-release-linux-x86_64 0.3.0 7.72 66.61 74.33 NOTE
r-release-macos-arm64 0.3.0 39.00 OK
r-release-macos-x86_64 0.3.0 67.00 OK
r-release-windows-x86_64 0.3.0 12.00 83.00 95.00 NOTE
r-oldrel-macos-arm64 0.3.0 38.00 OK
r-oldrel-macos-x86_64 0.3.0 60.00 OK
r-oldrel-windows-x86_64 0.3.0 13.00 104.00 117.00 OK

Check Details

Version: 0.3.0
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: graph2office.Rd: emf table2office.Rd: tidy table2spreadsheet.Rd: tidy table2tex.Rd: tidy Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64

Version: 0.3.0
Check: examples
Result: ERROR Running examples in 'export-Ex.R' failed The error most likely occurred in: > ### Name: graph2office > ### Title: Save currently active R graph to Microsoft Office / LibreOffice > ### format > ### Aliases: graph2office graph2doc graph2ppt > > ### ** Examples > > # Create a file name > filen <- tempfile(pattern = "ggplot") # or > # filen <- paste("YOUR_DIR/ggplot") > > # Generate graphical output > library(ggplot2) > library(datasets) > x=qplot(Sepal.Length, Petal.Length, data = iris, + color = Species, size = Petal.Width, alpha = I(0.7)) > plot.fun = function(){ + print(qplot(Sepal.Length, Petal.Length, data = iris, + color = Species, size = Petal.Width, alpha = I(0.7))) + } > > # There are 3 ways to use graph2office(): > ### 1. Pass the plot as an object > graph2ppt(x=x, file=filen) Exported graph as D:\temp\2025_06_12_01_50_00_14242\Rtmps3NeRx\ggplot2ffb034517b4d.pptx > graph2doc(x=x, file=filen, aspectr=0.5) Error in emf(file = temp.file, height = h, width = w, emfPlus = TRUE, : Graphics API version mismatch Calls: graph2doc -> graph2office -> emf Execution halted Flavor: r-devel-windows-x86_64