CRAN Package Check Results for Maintainer ‘David Gohel <david.gohel at ardata.fr>’

Last updated on 2025-03-12 08:53:22 CET.

Package ERROR NOTE OK
doconv 3 12
equatags 15
flextable 5 10
fpeek 15
gdtools 2 13
ggiraph 4 11
locatexec 15
mschart 3 12
officedown 5 10
officer 15
rvg 15

Package doconv

Current CRAN status: NOTE: 3, OK: 12

Version: 0.3.2
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: to_miniature.Rd: image_border, pdf_convert, image_read Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Package equatags

Current CRAN status: OK: 15

Package flextable

Current CRAN status: NOTE: 5, OK: 10

Version: 0.9.7
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘gen_grob.Rd’ ‘paginate.Rd’ ‘tab_settings.Rd’ 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

Package fpeek

Current CRAN status: OK: 15

Package gdtools

Current CRAN status: NOTE: 2, OK: 13

Version: 0.4.1
Check: installed package size
Result: NOTE installed size is 5.3Mb sub-directories of 1Mb or more: libs 5.0Mb Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64

Package ggiraph

Current CRAN status: NOTE: 4, OK: 11

Version: 0.8.12
Check: installed package size
Result: NOTE installed size is 6.3Mb sub-directories of 1Mb or more: libs 4.2Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package locatexec

Current CRAN status: OK: 15

Package mschart

Current CRAN status: NOTE: 3, OK: 12

Version: 0.4.0
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: chart_labels_text.Rd: fp_text ph_with.ms_chart.Rd: read_pptx set_theme.Rd: fp_text, fp_border Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Package officedown

Current CRAN status: ERROR: 5, OK: 10

Version: 0.3.3
Check: examples
Result: ERROR Running examples in ‘officedown-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: knit_print_block > ### Title: Force Block Printing while Knitting > ### Aliases: knit_print_block > > ### ** Examples > > library(rmarkdown) > rmd_file_src <- system.file( + package = "officedown", "examples", "word_loop.Rmd") > rmd_file_des <- tempfile(fileext = ".Rmd") > if(pandoc_available()){ + + file.copy(rmd_file_src, to = rmd_file_des) + docx_file_1 <- tempfile(fileext = ".docx") + render(rmd_file_des, output_file = docx_file_1, quiet = TRUE) + + if(file.exists(docx_file_1)){ + message("file ", docx_file_1, " has been written.") + } + } Error in strsplit(x, as.character(split), fixed, perl, useBytes) : NA in coercion to boolean Calls: render ... create_output_format -> do.call -> <Anonymous> -> get_fun -> strsplit Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.3.3
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/3s] 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(officedown) > > test_check("officedown") [ FAIL 6 | WARN 0 | SKIP 5 | PASS 0 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-rdocx-sections.R:5:1' • doconv::msoffice_available() is not TRUE (4): 'test-rdocx-lists.R:58:3', 'test-rdocx-plots.R:30:3', 'test-rdocx-tables.R:29:3', 'test-rpptx.R:13:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-rdocx-lists.R:14:3'): reading lists ──────────────────────────── Error: could not find file '/home/hornik/tmp/scratch/RtmpOE69no/file11e812642d31dd.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-lists.R:14:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-par-settings.R:14:3'): scanning settings ───────────────── Error: could not find file '/home/hornik/tmp/scratch/RtmpOE69no/file11e8124233f66.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-par-settings.R:14:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-par-settings.R:25:3'): change styles ───────────────────── Error: could not find file '/home/hornik/tmp/scratch/RtmpOE69no/file11e81248e232fd.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-par-settings.R:25:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-plots.R:16:3'): reading captions ───────────────────────── Error: could not find file '/home/hornik/tmp/scratch/RtmpOE69no/file11e81252c6969f.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-plots.R:16:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-tables.R:14:3'): reading captions ──────────────────────── Error: could not find file '/home/hornik/tmp/scratch/RtmpOE69no/file11e8127651a157.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-tables.R:14:3 2. └─officer::read_docx(x) ── Failure ('test-render-r.R:22:3'): rendering R file ────────────────────────── render_rmd(filename, output_file = docx_file) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 6 | WARN 0 | SKIP 5 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.3.3
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/3s] 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(officedown) > > test_check("officedown") [ FAIL 6 | WARN 0 | SKIP 5 | PASS 0 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-rdocx-sections.R:5:1' • doconv::msoffice_available() is not TRUE (4): 'test-rdocx-lists.R:58:3', 'test-rdocx-plots.R:30:3', 'test-rdocx-tables.R:29:3', 'test-rpptx.R:13:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-rdocx-lists.R:14:3'): reading lists ──────────────────────────── Error: could not find file '/tmp/RtmpAkw0zr/file3d0e7f18ed4a88.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-lists.R:14:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-par-settings.R:14:3'): scanning settings ───────────────── Error: could not find file '/tmp/RtmpAkw0zr/file3d0e7f3129e198.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-par-settings.R:14:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-par-settings.R:25:3'): change styles ───────────────────── Error: could not find file '/tmp/RtmpAkw0zr/file3d0e7f3f90a7ba.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-par-settings.R:25:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-plots.R:16:3'): reading captions ───────────────────────── Error: could not find file '/tmp/RtmpAkw0zr/file3d0e7f1ffc6a66.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-plots.R:16:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-tables.R:14:3'): reading captions ──────────────────────── Error: could not find file '/tmp/RtmpAkw0zr/file3d0e7f160ea703.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-tables.R:14:3 2. └─officer::read_docx(x) ── Failure ('test-render-r.R:22:3'): rendering R file ────────────────────────── render_rmd(filename, output_file = docx_file) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 6 | WARN 0 | SKIP 5 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.3
Check: examples
Result: ERROR Running examples in ‘officedown-Ex.R’ failed The error most likely occurred in: > ### Name: knit_print_block > ### Title: Force Block Printing while Knitting > ### Aliases: knit_print_block > > ### ** Examples > > library(rmarkdown) > rmd_file_src <- system.file( + package = "officedown", "examples", "word_loop.Rmd") > rmd_file_des <- tempfile(fileext = ".Rmd") > if(pandoc_available()){ + + file.copy(rmd_file_src, to = rmd_file_des) + docx_file_1 <- tempfile(fileext = ".docx") + render(rmd_file_des, output_file = docx_file_1, quiet = TRUE) + + if(file.exists(docx_file_1)){ + message("file ", docx_file_1, " has been written.") + } + } Error in strsplit(x, as.character(split), fixed, perl, useBytes) : NA in coercion to boolean Calls: render ... create_output_format -> do.call -> <Anonymous> -> get_fun -> strsplit Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 0.3.3
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/12s] 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(officedown) > > test_check("officedown") [ FAIL 6 | WARN 0 | SKIP 5 | PASS 0 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-rdocx-sections.R:5:1' • doconv::msoffice_available() is not TRUE (4): 'test-rdocx-lists.R:58:3', 'test-rdocx-plots.R:30:3', 'test-rdocx-tables.R:29:3', 'test-rpptx.R:13:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-rdocx-lists.R:14:3'): reading lists ──────────────────────────── Error: could not find file '/tmp/RtmptwqyIs/working_dir/Rtmpc5xovp/file31d4da7d25868d.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-lists.R:14:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-par-settings.R:14:3'): scanning settings ───────────────── Error: could not find file '/tmp/RtmptwqyIs/working_dir/Rtmpc5xovp/file31d4da6c36f3fc.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-par-settings.R:14:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-par-settings.R:25:3'): change styles ───────────────────── Error: could not find file '/tmp/RtmptwqyIs/working_dir/Rtmpc5xovp/file31d4da24e2894b.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-par-settings.R:25:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-plots.R:16:3'): reading captions ───────────────────────── Error: could not find file '/tmp/RtmptwqyIs/working_dir/Rtmpc5xovp/file31d4da7e66e7b5.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-plots.R:16:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-tables.R:14:3'): reading captions ──────────────────────── Error: could not find file '/tmp/RtmptwqyIs/working_dir/Rtmpc5xovp/file31d4da196a847a.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-tables.R:14:3 2. └─officer::read_docx(x) ── Failure ('test-render-r.R:22:3'): rendering R file ────────────────────────── render_rmd(filename, output_file = docx_file) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 6 | WARN 0 | SKIP 5 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.3.3
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(officedown) > > test_check("officedown") [ FAIL 6 | WARN 0 | SKIP 5 | PASS 0 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-rdocx-sections.R:5:1' • doconv::msoffice_available() is not TRUE (4): 'test-rdocx-lists.R:58:3', 'test-rdocx-plots.R:30:3', 'test-rdocx-tables.R:29:3', 'test-rpptx.R:13:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-rdocx-lists.R:14:3'): reading lists ──────────────────────────── Error: could not find file '/tmp/RtmpKiF7as/working_dir/RtmpKIPdUi/file1677f3e3d1db7.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-lists.R:14:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-par-settings.R:14:3'): scanning settings ───────────────── Error: could not find file '/tmp/RtmpKiF7as/working_dir/RtmpKIPdUi/file1677f35607b278.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-par-settings.R:14:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-par-settings.R:25:3'): change styles ───────────────────── Error: could not find file '/tmp/RtmpKiF7as/working_dir/RtmpKIPdUi/file1677f37b746c87.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-par-settings.R:25:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-plots.R:16:3'): reading captions ───────────────────────── Error: could not find file '/tmp/RtmpKiF7as/working_dir/RtmpKIPdUi/file1677f38087b62.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-plots.R:16:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-tables.R:14:3'): reading captions ──────────────────────── Error: could not find file '/tmp/RtmpKiF7as/working_dir/RtmpKIPdUi/file1677f36968a324.docx' Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-tables.R:14:3 2. └─officer::read_docx(x) ── Failure ('test-render-r.R:22:3'): rendering R file ────────────────────────── render_rmd(filename, output_file = docx_file) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 6 | WARN 0 | SKIP 5 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.3.3
Check: tests
Result: ERROR Running 'testthat.R' [3s] 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(officedown) > > test_check("officedown") [ FAIL 6 | WARN 0 | SKIP 5 | PASS 0 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-rdocx-sections.R:5:1' • doconv::msoffice_available() is not TRUE (4): 'test-rdocx-lists.R:58:3', 'test-rdocx-plots.R:30:3', 'test-rdocx-tables.R:29:3', 'test-rpptx.R:13:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-rdocx-lists.R:14:3'): reading lists ──────────────────────────── Error: could not find file "D:\temp\2025_03_07_01_50_00_19112\RtmpOwBLby\file198d027156f13.docx" Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-lists.R:14:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-par-settings.R:14:3'): scanning settings ───────────────── Error: could not find file "D:\temp\2025_03_07_01_50_00_19112\RtmpOwBLby\file198d03a4d5b54.docx" Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-par-settings.R:14:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-par-settings.R:25:3'): change styles ───────────────────── Error: could not find file "D:\temp\2025_03_07_01_50_00_19112\RtmpOwBLby\file198d069b14ef8.docx" Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-par-settings.R:25:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-plots.R:16:3'): reading captions ───────────────────────── Error: could not find file "D:\temp\2025_03_07_01_50_00_19112\RtmpOwBLby\file198d069c7698d.docx" Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-plots.R:16:3 2. └─officer::read_docx(x) ── Error ('test-rdocx-tables.R:14:3'): reading captions ──────────────────────── Error: could not find file "D:\temp\2025_03_07_01_50_00_19112\RtmpOwBLby\file198d01a9d5cd8.docx" Backtrace: ▆ 1. └─global get_docx_xml(docx_file) at test-rdocx-tables.R:14:3 2. └─officer::read_docx(x) ── Failure ('test-render-r.R:22:3'): rendering R file ────────────────────────── render_rmd(filename, output_file = docx_file) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 6 | WARN 0 | SKIP 5 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Package officer

Current CRAN status: OK: 15

Package rvg

Current CRAN status: OK: 15