Last updated on 2026-01-30 01:50:57 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 7.88 | 54.49 | 62.37 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 23.00 | 127.56 | 150.56 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 23.00 | 131.59 | 154.59 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 12.99 | 73.88 | 86.87 | OK | |
| r-release-macos-arm64 | 1.0.1 | 3.00 | 17.00 | 20.00 | ERROR | |
| r-release-macos-x86_64 | 1.0.1 | 9.00 | 108.00 | 117.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.0.1 | 3.00 | 21.00 | 24.00 | ERROR | |
| r-oldrel-macos-x86_64 | 1.0.1 | 9.00 | 114.00 | 123.00 | ERROR |
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in ‘tableParser-Ex.R’ failed
The error most likely occurred in:
> ### Name: docx2matrix
> ### Title: docx2matrix
> ### Aliases: docx2matrix
>
> ### ** Examples
>
> ## Download an example DOCX file from tableParser's github repo to temp directory
> d<-'https://github.com/ingmarboeschen/tableParser/raw/refs/heads/main/tableExamples.docx'
> download.file(d,paste0(tempdir(),"/","tableExamples.docx"),method="wget")
sh: wget: command not found
Warning in system(paste("wget", paste(extra, collapse = " "), shQuote(url), :
error in running command
Error in download.file(d, paste0(tempdir(), "/", "tableExamples.docx"), :
'wget' call had nonzero exit status
Execution halted
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64