CRAN Package Check Results for Package texor

Last updated on 2024-06-17 05:49:10 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.0 4.86 49.82 54.68 NOTE
r-devel-linux-x86_64-debian-gcc 1.3.0 3.79 36.82 40.61 NOTE
r-devel-linux-x86_64-fedora-clang 1.3.0 68.71 ERROR
r-devel-linux-x86_64-fedora-gcc 1.3.0 77.36 NOTE
r-devel-windows-x86_64 1.3.0 10.00 65.00 75.00 NOTE
r-patched-linux-x86_64 1.3.0 6.17 48.58 54.75 NOTE
r-release-linux-x86_64 1.3.0 4.03 47.23 51.26 NOTE
r-release-macos-arm64 1.3.0 29.00 NOTE
r-release-macos-x86_64 1.3.0 45.00 NOTE
r-release-windows-x86_64 1.3.0 7.00 64.00 71.00 NOTE
r-oldrel-macos-arm64 1.3.0 33.00 OK
r-oldrel-macos-x86_64 1.3.0 69.00 OK
r-oldrel-windows-x86_64 1.3.0 8.00 67.00 75.00 OK

Check Details

Version: 1.3.0
Check: Rd files
Result: NOTE checkRd: (-1) patch_table_env.Rd:25: Lost braces 25 | \\renewcommand{\\multicolumnx}[3]{\\multicolumn{#1}{c}{#3}} | ^ checkRd: (-1) patch_table_env.Rd:25: Lost braces 25 | \\renewcommand{\\multicolumnx}[3]{\\multicolumn{#1}{c}{#3}} | ^ checkRd: (-1) patch_table_env.Rd:25: Lost braces 25 | \\renewcommand{\\multicolumnx}[3]{\\multicolumn{#1}{c}{#3}} | ^ checkRd: (-1) patch_table_env.Rd:25: Lost braces 25 | \\renewcommand{\\multicolumnx}[3]{\\multicolumn{#1}{c}{#3}} | ^ checkRd: (-1) patch_table_env.Rd:25: Lost braces 25 | \\renewcommand{\\multicolumnx}[3]{\\multicolumn{#1}{c}{#3}} | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 1.3.0
Check: examples
Result: ERROR Running examples in ‘texor-Ex.R’ failed The error most likely occurred in: > ### Name: convert_to_png > ### Title: convert one single pdf file to png > ### Aliases: convert_to_png > > ### ** Examples > > article_dir <- system.file("examples/pdf_conversion", + package = "texor") > dir.create(your_article_folder <- file.path(tempdir(), "tempdir")) > x <- file.copy(from = article_dir, to = your_article_folder,recursive = TRUE,) > your_article_path <- paste(your_article_folder,"pdf_conversion",sep="/") > rmarkdown::pandoc_version() [1] ‘3.2’ > texor::convert_to_png(paste0(your_article_path,"/normal.pdf")) Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/data/gannet/ripley/R/test-clang/pdftools/libs/pdftools.so': /data/gannet/ripley/R/test-clang/pdftools/libs/pdftools.so: undefined symbol: _ZNK7poppler9font_info4fileEv Calls: <Anonymous> -> loadNamespace -> library.dynam -> dyn.load Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(texor) > > test_check("texor") [ FAIL 1 | WARN 1 | SKIP 0 | PASS 17 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-pdf-tools.R:7:5'): pdf conversion ────────────────────────────── Error in `dyn.load(file, DLLpath = DLLpath, ...)`: unable to load shared object '/data/gannet/ripley/R/test-clang/pdftools/libs/pdftools.so': /data/gannet/ripley/R/test-clang/pdftools/libs/pdftools.so: undefined symbol: _ZNK7poppler9font_info4fileEv Backtrace: ▆ 1. ├─texor::convert_to_png(file_path) at test-pdf-tools.R:7:5 2. └─base::loadNamespace(x) 3. └─base::library.dynam(lib, package, package.lib) 4. └─base::dyn.load(file, DLLpath = DLLpath, ...) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 17 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang