CRAN Package Check Results for Package writexl

Last updated on 2024-06-14 00:54:05 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.0 20.89 54.91 75.80 OK
r-devel-linux-x86_64-debian-gcc 1.5.0 14.25 17.84 32.09 ERROR
r-devel-linux-x86_64-fedora-clang 1.5.0 91.95 OK
r-devel-linux-x86_64-fedora-gcc 1.5.0 107.44 OK
r-devel-windows-x86_64 1.5.0 22.00 73.00 95.00 OK
r-patched-linux-x86_64 1.5.0 19.31 53.65 72.96 OK
r-release-linux-x86_64 1.5.0 19.45 52.71 72.16 OK
r-release-macos-arm64 1.5.0 36.00 OK
r-release-macos-x86_64 1.5.0 58.00 OK
r-release-windows-x86_64 1.5.0 22.00 77.00 99.00 OK
r-oldrel-macos-arm64 1.5.0 59.00 OK
r-oldrel-macos-x86_64 1.5.0 151.00 OK
r-oldrel-windows-x86_64 1.5.0 22.00 87.00 109.00 OK

Check Details

Version: 1.5.0
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'readxl', 'nycflights13', 'testthat' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.5.0
Check: examples
Result: ERROR Running examples in ‘writexl-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: write_xlsx > ### Title: Export to xlsx > ### Aliases: write_xlsx writexl > > ### ** Examples > > # Roundtrip example with single excel sheet named 'mysheet' > tmp <- write_xlsx(list(mysheet = iris)) > readxl::read_xlsx(tmp) Error in loadNamespace(x) : there is no package called ‘readxl’ Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.5.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [0s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) Error in library(testthat) : there is no package called 'testthat' Execution halted Flavor: r-devel-linux-x86_64-debian-gcc