Last updated on 2025-04-25 18:50:31 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.6 | 10.59 | 28.02 | 38.61 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.1.6 | 8.30 | 22.07 | 30.37 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.1.6 | 67.98 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.1.6 | 65.63 | OK | |||
r-devel-windows-x86_64 | 2.1.6 | 15.00 | 63.00 | 78.00 | OK | |
r-patched-linux-x86_64 | 2.1.6 | 11.05 | 27.15 | 38.20 | OK | |
r-release-linux-x86_64 | 2.1.6 | 12.29 | 27.30 | 39.59 | OK | |
r-release-macos-arm64 | 2.1.6 | 25.00 | OK | |||
r-release-macos-x86_64 | 2.1.6 | 47.00 | OK | |||
r-release-windows-x86_64 | 2.1.6 | 15.00 | 64.00 | 79.00 | OK | |
r-oldrel-macos-arm64 | 2.1.6 | 26.00 | OK | |||
r-oldrel-macos-x86_64 | 2.1.6 | 33.00 | OK | |||
r-oldrel-windows-x86_64 | 2.1.6 | 15.00 | 74.00 | 89.00 | OK |
Version: 2.1.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
>
> Sys.setenv("R_TESTS" = "")
>
> test_check("princurve")
Loading required package: princurve
[ FAIL 4 | WARN 0 | SKIP 1 | PASS 327 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-legacy_princurve.R:3:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-start_circle.R:41:3'): Testing start_circle ──────────────────
sum((xbar_orig - xbar_new)^2) is not less than 0.01. Difference: 0.00173
Backtrace:
▆
1. └─princurve (local) test_start_circle_output(x_orig) at test-start_circle.R:41:3
2. └─testthat::expect_lte(sum((xbar_orig - xbar_new)^2), 0.01) at test-start_circle.R:14:3
── Failure ('test-start_circle.R:44:3'): Testing start_circle ──────────────────
sum((xbar_orig - xbar_new)^2) is not less than 0.01. Difference: 0.00173
Backtrace:
▆
1. └─princurve (local) test_start_circle_output(x_orig) at test-start_circle.R:44:3
2. └─testthat::expect_lte(sum((xbar_orig - xbar_new)^2), 0.01) at test-start_circle.R:14:3
── Failure ('test-start_circle.R:47:3'): Testing start_circle ──────────────────
sum((xbar_orig - xbar_new)^2) is not less than 0.01. Difference: 0.00173
Backtrace:
▆
1. └─princurve (local) test_start_circle_output(x_orig) at test-start_circle.R:47:3
2. └─testthat::expect_lte(sum((xbar_orig - xbar_new)^2), 0.01) at test-start_circle.R:14:3
── Failure ('test-start_circle.R:50:3'): Testing start_circle ──────────────────
sum((xbar_orig - xbar_new)^2) is not less than 0.01. Difference: 0.00173
Backtrace:
▆
1. └─princurve (local) test_start_circle_output(x_orig) at test-start_circle.R:50:3
2. └─testthat::expect_lte(sum((xbar_orig - xbar_new)^2), 0.01) at test-start_circle.R:14:3
[ FAIL 4 | WARN 0 | SKIP 1 | PASS 327 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc