CRAN Package Check Results for Package eoffice

Last updated on 2026-02-14 07:49:47 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.3 10.01 104.31 114.32 OK
r-devel-linux-x86_64-debian-gcc 0.2.3 7.97 73.38 81.35 OK
r-devel-linux-x86_64-fedora-clang 0.2.3 18.00 167.15 185.15 OK
r-devel-linux-x86_64-fedora-gcc 0.2.3 18.00 179.27 197.27 OK
r-devel-macos-arm64 0.2.3 3.00 33.00 36.00 OK
r-devel-windows-x86_64 0.2.3 13.00 114.00 127.00 OK
r-patched-linux-x86_64 0.2.3 8.23 97.68 105.91 OK
r-release-linux-x86_64 0.2.2 10.19 89.60 99.79 ERROR
r-release-macos-arm64 0.2.3 3.00 31.00 34.00 OK
r-release-macos-x86_64 0.2.3 9.00 170.00 179.00 OK
r-release-windows-x86_64 0.2.3 12.00 117.00 129.00 OK
r-oldrel-macos-arm64 0.2.3 3.00 36.00 39.00 OK
r-oldrel-macos-x86_64 0.2.3 8.00 188.00 196.00 OK
r-oldrel-windows-x86_64 0.2.3 16.00 141.00 157.00 OK

Check Details

Version: 0.2.2
Check: examples
Result: ERROR Running examples in ‘eoffice-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: indocx > ### Title: read table from docx > ### Aliases: indocx > > ### ** Examples > > totable(t.test(wt ~ am, mtcars), filename = file.path(tempdir(), "mtcars.docx")) > tabs <- indocx(filename = file.path(tempdir(), "mtcars.docx"), header = TRUE) Error: ! `filter_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `filter()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. └─eoffice::indocx(...) 2. └─eoffice::inoffice(filename, format = "docx", header = header) 3. └─dplyr::filter_(content, ~content_type %in% "table cell") 4. └─dplyr:::lazy_defunct("filter") 5. └─lifecycle::deprecate_stop(...) 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) Execution halted Flavor: r-release-linux-x86_64

Version: 0.2.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘eoffice.Rmd’ using knitr Quitting from eoffice.Rmd:62-94 [fig2] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/lifecycle_error_deprecated> Error: ! `filter_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `filter()` instead. ℹ See vignette('programming') for more help --- Backtrace: ▆ 1. └─eoffice::inpptx(...) 2. └─eoffice::inoffice(filename, format = "pptx", header = header) 3. └─dplyr::filter_(content, ~content_type %in% "table cell") 4. └─dplyr:::lazy_defunct("filter") 5. └─lifecycle::deprecate_stop(...) 6. └─lifecycle:::deprecate_stop0(msg) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'eoffice.Rmd' failed with diagnostics: `filter_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `filter()` instead. ℹ See vignette('programming') for more help --- failed re-building ‘eoffice.Rmd’ SUMMARY: processing the following file failed: ‘eoffice.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-release-linux-x86_64