CRAN Package Check Results for Package tableParser

Last updated on 2026-02-05 03:50:04 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 13.77 79.26 93.03 OK
r-devel-linux-x86_64-debian-gcc 1.0.2 8.04 47.71 55.75 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.2 25.00 139.45 164.45 OK
r-devel-linux-x86_64-fedora-gcc 1.0.2 23.00 119.68 142.68 OK
r-devel-windows-x86_64 1.0.2 17.00 91.00 108.00 OK
r-patched-linux-x86_64 1.0.2 13.20 74.72 87.92 OK
r-release-linux-x86_64 1.0.1 12.84 73.82 86.66 OK
r-release-macos-arm64 1.0.2 3.00 29.00 32.00 OK
r-release-macos-x86_64 1.0.2 9.00 91.00 100.00 OK
r-release-windows-x86_64 1.0.1 13.00 91.00 104.00 OK
r-oldrel-macos-arm64 1.0.2 3.00 33.00 36.00 OK
r-oldrel-macos-x86_64 1.0.2 9.00 99.00 108.00 OK
r-oldrel-windows-x86_64 1.0.2 18.00 110.00 128.00 OK

Check Details

Version: 1.0.2
Check: examples
Result: ERROR Running examples in ‘tableParser-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### 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' > # for Windows > if(grepl("[A-Z]:",tempdir())) + download.file(d,paste0(tempdir(),"/","tableExamples.docx"),method="wget") > # all other machines > if(!grepl("[A-Z]:",tempdir())) + download.file(d,paste0(tempdir(),"/","tableExamples.docx")) trying URL 'https://github.com/ingmarboeschen/tableParser/raw/refs/heads/main/tableExamples.docx' Warning in download.file(d, paste0(tempdir(), "/", "tableExamples.docx")) : cannot open URL 'https://github.com/ingmarboeschen/tableParser/raw/refs/heads/main/tableExamples.docx': HTTP status was '502 Bad Gateway' Error in download.file(d, paste0(tempdir(), "/", "tableExamples.docx")) : cannot open URL 'https://github.com/ingmarboeschen/tableParser/raw/refs/heads/main/tableExamples.docx' Execution halted Flavor: r-devel-linux-x86_64-debian-gcc