Last updated on 2025-03-09 20:51:41 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.2 | 12.30 | 155.63 | 167.93 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.2 | 7.66 | 100.49 | 108.15 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.2 | 286.79 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.2 | 296.67 | ERROR | |||
r-devel-macos-arm64 | 1.2.2 | 78.00 | OK | |||
r-devel-macos-x86_64 | 1.2.2 | 163.00 | OK | |||
r-devel-windows-x86_64 | 1.2.2 | 21.00 | 190.00 | 211.00 | OK | |
r-patched-linux-x86_64 | 1.2.2 | 11.20 | 144.69 | 155.89 | OK | |
r-release-linux-x86_64 | 1.2.2 | 10.59 | 145.16 | 155.75 | OK | |
r-release-macos-arm64 | 1.2.2 | 85.00 | OK | |||
r-release-macos-x86_64 | 1.2.2 | 191.00 | OK | |||
r-release-windows-x86_64 | 1.2.2 | 21.00 | 185.00 | 206.00 | OK | |
r-oldrel-macos-arm64 | 1.2.2 | OK | ||||
r-oldrel-macos-x86_64 | 1.2.2 | 227.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.2 | 29.00 | 238.00 | 267.00 | OK |
Version: 1.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [55s/153s]
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")
[ FAIL 6 | WARN 24 | SKIP 22 | PASS 1364 ]
══ Skipped tests (22) ══════════════════════════════════════════════════════════
• On CRAN (12): 'test-distributions.R:61:3', 'test-distributions.R:92:3',
'test-distributions.R:115:3', 'test-distributions.R:138:3',
'test-distributions.R:162:3', 'test-distributions.R:236:3',
'test-distributions.R:294:3', 'test-distributions.R:318:3',
'test-distributions.R:386:3', 'test-distributions.R:415:3',
'test-plot_design.R:51:3', 'test-plot_design.R:341:3'
• Too variable (1): 'test-distributions.R:520:3'
• long checking function (1): 'test-norta.R:55:3'
• long simulation (8): 'test-norta.R:92:3', 'test-norta.R:112:3',
'test-norta.R:140:3', 'test-norta.R:160:3', 'test-norta.R:186:3',
'test-norta.R:209:3', 'test-norta.R:233:3', 'test-norta.R:295:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-check_mixed_design.R:27:3'): faceratings ─────────────────────
des$sub_sd not equal to 0.8959721.
1/1 mismatches
[1] 0.926 - 0.896 == 0.0302
Backtrace:
▆
1. └─global expect_equal(des$sub_sd, 0.8959721, tolerance = 1e-06) at test-check_mixed_design.R:27:3
2. └─testthat::expect_equal(..., check.environment = FALSE)
── Failure ('test-check_mixed_design.R:28:3'): faceratings ─────────────────────
des$item_sd not equal to 0.6545743.
1/1 mismatches
[1] 0.701 - 0.655 == 0.0461
Backtrace:
▆
1. └─global expect_equal(des$item_sd, 0.6545743, tolerance = 1e-06) at test-check_mixed_design.R:28:3
2. └─testthat::expect_equal(..., check.environment = FALSE)
── Failure ('test-check_mixed_design.R:29:3'): faceratings ─────────────────────
des$error_sd not equal to 1.04295.
1/1 mismatches
[1] 1.04 - 1.04 == -0.00364
Backtrace:
▆
1. └─global expect_equal(des$error_sd, 1.04295, tolerance = 1e-06) at test-check_mixed_design.R:29:3
2. └─testthat::expect_equal(..., check.environment = FALSE)
── Failure ('test-check_mixed_design.R:40:3'): formula ─────────────────────────
des$sub_sd not equal to 0.8959708.
1/1 mismatches
[1] 0.926 - 0.896 == 0.0296
Backtrace:
▆
1. └─global expect_equal(des$sub_sd, 0.8959708, tolerance = 1e-06) at test-check_mixed_design.R:40:3
2. └─testthat::expect_equal(..., check.environment = FALSE)
── Failure ('test-check_mixed_design.R:41:3'): formula ─────────────────────────
des$item_sd not equal to 0.640946.
1/1 mismatches
[1] 0.7 - 0.641 == 0.0593
Backtrace:
▆
1. └─global expect_equal(des$item_sd, 0.640946, tolerance = 1e-06) at test-check_mixed_design.R:41:3
2. └─testthat::expect_equal(..., check.environment = FALSE)
── Failure ('test-check_mixed_design.R:42:3'): formula ─────────────────────────
des$error_sd not equal to 1.04295.
1/1 mismatches
[1] 1.04 - 1.04 == -0.00423
Backtrace:
▆
1. └─global expect_equal(des$error_sd, 1.04295, tolerance = 1e-06) at test-check_mixed_design.R:42:3
2. └─testthat::expect_equal(..., check.environment = FALSE)
[ FAIL 6 | WARN 24 | SKIP 22 | PASS 1364 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [53s/155s]
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")
[ FAIL 6 | WARN 24 | SKIP 22 | PASS 1364 ]
══ Skipped tests (22) ══════════════════════════════════════════════════════════
• On CRAN (12): 'test-distributions.R:61:3', 'test-distributions.R:92:3',
'test-distributions.R:115:3', 'test-distributions.R:138:3',
'test-distributions.R:162:3', 'test-distributions.R:236:3',
'test-distributions.R:294:3', 'test-distributions.R:318:3',
'test-distributions.R:386:3', 'test-distributions.R:415:3',
'test-plot_design.R:51:3', 'test-plot_design.R:341:3'
• Too variable (1): 'test-distributions.R:520:3'
• long checking function (1): 'test-norta.R:55:3'
• long simulation (8): 'test-norta.R:92:3', 'test-norta.R:112:3',
'test-norta.R:140:3', 'test-norta.R:160:3', 'test-norta.R:186:3',
'test-norta.R:209:3', 'test-norta.R:233:3', 'test-norta.R:295:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-check_mixed_design.R:27:3'): faceratings ─────────────────────
des$sub_sd not equal to 0.8959721.
1/1 mismatches
[1] 0.926 - 0.896 == 0.0302
Backtrace:
▆
1. └─global expect_equal(des$sub_sd, 0.8959721, tolerance = 1e-06) at test-check_mixed_design.R:27:3
2. └─testthat::expect_equal(..., check.environment = FALSE)
── Failure ('test-check_mixed_design.R:28:3'): faceratings ─────────────────────
des$item_sd not equal to 0.6545743.
1/1 mismatches
[1] 0.701 - 0.655 == 0.0461
Backtrace:
▆
1. └─global expect_equal(des$item_sd, 0.6545743, tolerance = 1e-06) at test-check_mixed_design.R:28:3
2. └─testthat::expect_equal(..., check.environment = FALSE)
── Failure ('test-check_mixed_design.R:29:3'): faceratings ─────────────────────
des$error_sd not equal to 1.04295.
1/1 mismatches
[1] 1.04 - 1.04 == -0.00364
Backtrace:
▆
1. └─global expect_equal(des$error_sd, 1.04295, tolerance = 1e-06) at test-check_mixed_design.R:29:3
2. └─testthat::expect_equal(..., check.environment = FALSE)
── Failure ('test-check_mixed_design.R:40:3'): formula ─────────────────────────
des$sub_sd not equal to 0.8959708.
1/1 mismatches
[1] 0.926 - 0.896 == 0.0296
Backtrace:
▆
1. └─global expect_equal(des$sub_sd, 0.8959708, tolerance = 1e-06) at test-check_mixed_design.R:40:3
2. └─testthat::expect_equal(..., check.environment = FALSE)
── Failure ('test-check_mixed_design.R:41:3'): formula ─────────────────────────
des$item_sd not equal to 0.640946.
1/1 mismatches
[1] 0.7 - 0.641 == 0.0593
Backtrace:
▆
1. └─global expect_equal(des$item_sd, 0.640946, tolerance = 1e-06) at test-check_mixed_design.R:41:3
2. └─testthat::expect_equal(..., check.environment = FALSE)
── Failure ('test-check_mixed_design.R:42:3'): formula ─────────────────────────
des$error_sd not equal to 1.04295.
1/1 mismatches
[1] 1.04 - 1.04 == -0.00423
Backtrace:
▆
1. └─global expect_equal(des$error_sd, 1.04295, tolerance = 1e-06) at test-check_mixed_design.R:42:3
2. └─testthat::expect_equal(..., check.environment = FALSE)
[ FAIL 6 | WARN 24 | SKIP 22 | PASS 1364 ]
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.
Health stats visible at Monitor.