Last updated on 2025-02-20 19:51:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.2 | 11.13 | 156.47 | 167.60 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.2 | 6.93 | 101.93 | 108.86 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.2 | 262.92 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.2 | 266.95 | 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 | 191.00 | 212.00 | OK | |
r-patched-linux-x86_64 | 1.2.2 | 12.65 | 145.58 | 158.23 | OK | |
r-release-linux-x86_64 | 1.2.2 | 9.23 | 142.41 | 151.64 | 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 | 184.00 | 205.00 | OK | |
r-oldrel-macos-arm64 | 1.2.2 | 82.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.2 | 227.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.2 | 27.00 | 228.00 | 255.00 | OK |
Version: 1.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [50s/83s]
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’ [47s/62s]
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