Last updated on 2025-09-04 09:50:48 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.10 | 19.64 | 256.14 | 275.78 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.10 | 12.12 | 166.64 | 178.76 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.10 | 343.76 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.10 | 351.19 | ERROR | |||
r-devel-windows-x86_64 | 0.9.10 | 22.00 | 292.00 | 314.00 | OK | |
r-patched-linux-x86_64 | 0.9.10 | 24.32 | 250.17 | 274.49 | OK | |
r-release-linux-x86_64 | 0.9.10 | 19.04 | 248.80 | 267.84 | OK | |
r-release-macos-arm64 | 0.9.10 | 109.00 | OK | |||
r-release-macos-x86_64 | 0.9.10 | 216.00 | OK | |||
r-release-windows-x86_64 | 0.9.10 | 21.00 | 295.00 | 316.00 | OK | |
r-oldrel-macos-arm64 | 0.9.10 | 115.00 | OK | |||
r-oldrel-macos-x86_64 | 0.9.10 | 244.00 | OK | |||
r-oldrel-windows-x86_64 | 0.9.10 | 31.00 | 391.00 | 422.00 | OK |
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
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.