Last updated on 2026-05-18 12:57:34 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1.6 | 12.13 | 31.63 | 43.76 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 2.1.6 | 18.41 | 24.83 | 43.24 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.1.6 | 20.00 | 46.93 | 66.93 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.1.6 | 26.00 | 45.20 | 71.20 | OK | |
| r-devel-windows-x86_64 | 2.1.6 | 18.00 | 65.00 | 83.00 | OK | |
| r-patched-linux-x86_64 | 2.1.6 | 13.06 | 28.27 | 41.33 | OK | |
| r-release-linux-x86_64 | 2.1.6 | 25.51 | 28.35 | 53.86 | OK | |
| r-release-macos-arm64 | 2.1.6 | 3.00 | 11.00 | 14.00 | OK | |
| r-release-macos-x86_64 | 2.1.6 | 9.00 | 35.00 | 44.00 | OK | |
| r-release-windows-x86_64 | 2.1.6 | 18.00 | 68.00 | 86.00 | OK | |
| r-oldrel-macos-arm64 | 2.1.6 | OK | ||||
| r-oldrel-macos-x86_64 | 2.1.6 | 8.00 | 39.00 | 47.00 | OK | |
| r-oldrel-windows-x86_64 | 2.1.6 | 20.00 | 78.00 | 98.00 | OK |
Version: 2.1.6
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Robrecht Cannoodt <rcannood@gmail.com>’
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.1.6
Check: DESCRIPTION meta-information
Result: NOTE
Author field differs from that derived from Authors@R
Author: ‘Trevor Hastie [aut], Andreas Weingessel [aut], Kurt Hornik [aut] (<https://orcid.org/0000-0003-4198-9911>), Henrik Bengtsson [ctb] (HenrikBengtsson), Robrecht Cannoodt [aut, cre] (<https://orcid.org/0000-0003-3641-729X>, rcannood)’
Authors@R: ‘Trevor Hastie [aut], Andreas Weingessel [aut], Kurt Hornik [aut] (ORCID: <https://orcid.org/0000-0003-4198-9911>), Henrik Bengtsson [ctb] (github: HenrikBengtsson), Robrecht Cannoodt [aut, cre] (ORCID: <https://orcid.org/0000-0003-3641-729X>, github: rcannood)’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.1.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
>
> Sys.setenv("R_TESTS" = "")
>
> test_check("princurve")
Loading required package: princurve
Saving _problems/test-start_circle-41.R
Saving _problems/test-start_circle-44.R
Saving _problems/test-start_circle-47.R
Saving _problems/test-start_circle-50.R
[ 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 ──────────────────
Expected `sum((xbar_orig - xbar_new)^2)` <= 0.01.
Actual comparison: 0.01053 > 0.01000
Difference: 0.00053 > 0
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 ──────────────────
Expected `sum((xbar_orig - xbar_new)^2)` <= 0.01.
Actual comparison: 0.01053 > 0.01000
Difference: 0.00053 > 0
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 ──────────────────
Expected `sum((xbar_orig - xbar_new)^2)` <= 0.01.
Actual comparison: 0.01053 > 0.01000
Difference: 0.00053 > 0
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 ──────────────────
Expected `sum((xbar_orig - xbar_new)^2)` <= 0.01.
Actual comparison: 0.01053 > 0.01000
Difference: 0.00053 > 0
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