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

Last updated on 2025-09-04 09:51:21 CEST.

Package ERROR NOTE OK
doconv 13
equatags 13
flextable 2 11
fpeek 13
gdtools 1 12
ggiraph 2 11
locatexec 2 11
mschart 13
officedown 13
officer 13
rvg 13

Package doconv

Current CRAN status: OK: 13

Package equatags

Current CRAN status: OK: 13

Package flextable

Current CRAN status: ERROR: 2, OK: 11

Additional issues

M1mac

Version: 0.9.10
Check: examples
Result: ERROR Running examples in ‘flextable-Ex.R’ failed The error most likely occurred in: > ### Name: as_flextable.gam > ### Title: Transform a 'gam' model into a flextable > ### Aliases: as_flextable.gam > > ### ** Examples > > if (require("mgcv")) { + set.seed(2) + + # Simulated data + dat <- gamSim(1, n = 400, dist = "normal", scale = 2) + + # basic GAM model + b <- gam(y ~ s(x0) + s(x1) + s(x2) + s(x3), data = dat) + + ft <- as_flextable(b) + ft + } Loading required package: mgcv Loading required package: nlme This is mgcv 1.9-3. For overview type 'help("mgcv-package")'. Gu & Wahba 4 term additive model Error in ll(object) : could not find function "ll" Calls: as_flextable ... as_flextable.gam -> glance_gam -> AIC -> AIC.default Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.9.10
Check: tests
Result: ERROR Running ‘testthat.R’ [103s/254s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > > test_check("flextable") Loading required package: flextable Attaching package: 'xtable' The following object is masked from 'package:flextable': align This is mgcv 1.9-3. For overview type 'help("mgcv-package")'. Gu & Wahba 4 term additive model Loading required package: pdftools Using poppler version 24.02.0 [ FAIL 2 | WARN 0 | SKIP 1 | PASS 417 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • do_manual_msoffice_snapshot_testing is not TRUE (1): 'test-borders.R:3:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-as_flextable.R:86:3'): glm and lm ────────────────────────────── Error in `ll(object)`: could not find function "ll" Backtrace: ▆ 1. ├─flextable::as_flextable(lmod) at test-as_flextable.R:86:3 2. ├─flextable:::as_flextable.lm(lmod) 3. │ ├─broom::glance(x) 4. │ └─broom:::glance.lm(x) 5. │ ├─base::with(...) 6. │ └─base::with.default(...) 7. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 8. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 9. │ └─tibble::tibble(...) 10. │ └─tibble:::tibble_quos(xs, .rows, .name_repair) 11. │ └─rlang::eval_tidy(xs[[j]], mask) 12. ├─stats::AIC(x) 13. └─stats:::AIC.default(x) ── Error ('test-as_flextable.R:479:3'): gam models ───────────────────────────── Error in `ll(object)`: could not find function "ll" Backtrace: ▆ 1. ├─flextable::as_flextable(b) at test-as_flextable.R:479:3 2. └─flextable:::as_flextable.gam(b) 3. └─flextable:::glance_gam(x) 4. ├─stats::AIC(model) 5. └─stats:::AIC.default(model) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 417 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.9.10
Check: tests
Result: ERROR Running ‘testthat.R’ [99s/326s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > > test_check("flextable") Loading required package: flextable Attaching package: 'xtable' The following object is masked from 'package:flextable': align This is mgcv 1.9-3. For overview type 'help("mgcv-package")'. Gu & Wahba 4 term additive model Loading required package: pdftools Using poppler version 25.02.0 [ FAIL 2 | WARN 0 | SKIP 1 | PASS 417 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • do_manual_msoffice_snapshot_testing is not TRUE (1): 'test-borders.R:3:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-as_flextable.R:86:3'): glm and lm ────────────────────────────── Error in `ll(object)`: could not find function "ll" Backtrace: ▆ 1. ├─flextable::as_flextable(lmod) at test-as_flextable.R:86:3 2. ├─flextable:::as_flextable.lm(lmod) 3. │ ├─broom::glance(x) 4. │ └─broom:::glance.lm(x) 5. │ ├─base::with(...) 6. │ └─base::with.default(...) 7. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 8. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 9. │ └─tibble::tibble(...) 10. │ └─tibble:::tibble_quos(xs, .rows, .name_repair) 11. │ └─rlang::eval_tidy(xs[[j]], mask) 12. ├─stats::AIC(x) 13. └─stats:::AIC.default(x) ── Error ('test-as_flextable.R:479:3'): gam models ───────────────────────────── Error in `ll(object)`: could not find function "ll" Backtrace: ▆ 1. ├─flextable::as_flextable(b) at test-as_flextable.R:479:3 2. └─flextable:::as_flextable.gam(b) 3. └─flextable:::glance_gam(x) 4. ├─stats::AIC(model) 5. └─stats:::AIC.default(model) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 417 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Package fpeek

Current CRAN status: OK: 13

Package gdtools

Current CRAN status: NOTE: 1, OK: 12

Version: 0.4.3
Check: installed package size
Result: NOTE installed size is 6.9Mb sub-directories of 1Mb or more: libs 6.7Mb Flavor: r-oldrel-windows-x86_64

Package ggiraph

Current CRAN status: NOTE: 2, OK: 11

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

Package locatexec

Current CRAN status: NOTE: 2, OK: 11

Version: 0.1.1
Check: for detritus in the temp directory
Result: NOTE Found the following files/directories: ‘node-compile-cache’ Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package mschart

Current CRAN status: OK: 13

Package officedown

Current CRAN status: OK: 13

Package officer

Current CRAN status: OK: 13

Package rvg

Current CRAN status: OK: 13

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.