Last updated on 2021-11-01 00:49:38 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 11.10 | 155.24 | 166.34 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 9.86 | 113.56 | 123.42 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 222.30 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 195.49 | OK | |||
r-devel-windows-x86_64 | 1.1.0 | 24.00 | 214.00 | 238.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 1.1.0 | OK | ||||
r-patched-linux-x86_64 | 1.1.0 | 11.91 | 157.50 | 169.41 | OK | |
r-patched-solaris-x86 | 1.1.0 | 221.50 | OK | |||
r-release-linux-x86_64 | 1.1.0 | 10.88 | 160.38 | 171.26 | OK | |
r-release-macos-arm64 | 1.1.0 | OK | ||||
r-release-macos-x86_64 | 1.1.0 | OK | ||||
r-release-windows-ix86+x86_64 | 1.1.0 | 21.00 | 156.00 | 177.00 | OK | |
r-oldrel-macos-x86_64 | 1.1.0 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 1.1.0 | 18.00 | 163.00 | 181.00 | ERROR |
Version: 1.1.0
Check: R code for possible problems
Result: NOTE
plot_design: no visible global function definition for
‘all.equal.function’
Undefined global functions or variables:
all.equal.function
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/12s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (11)
• Too variable (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-plot_design.R:403:3): vardesc ───────────────────────────────────
Error in `all.equal.function(labeller, label_both)`: could not find function "all.equal.function"
Backtrace:
█
1. └─faux::plot_design(design, labeller = label_value) test-plot_design.R:403:2
2. └─base::isTRUE(all.equal.function(labeller, label_both))
[ FAIL 1 | WARN 0 | SKIP 12 | PASS 1271 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 1.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [24s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(faux)
************
Welcome to faux. For support and examples visit:
https://debruine.github.io/faux/
- Get and set global package options with: faux_options()
************
>
> expect_equal <- function(...) {
+ testthat::expect_equal(..., check.environment=FALSE)
+ }
>
> test_check("faux")
== Skipped tests ===============================================================
* On CRAN (11)
* Too variable (1)
== Failed tests ================================================================
-- Error (test-plot_design.R:403:3): vardesc -----------------------------------
Error in `all.equal.function(labeller, label_both)`: could not find function "all.equal.function"
Backtrace:
x
1. \-faux::plot_design(design, labeller = label_value) test-plot_design.R:403:2
2. \-base::isTRUE(all.equal.function(labeller, label_both))
[ FAIL 1 | WARN 0 | SKIP 12 | PASS 1271 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64