Last updated on 2026-02-07 12:49:36 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1 | 10.51 | 191.88 | 202.39 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.1 | 7.81 | 136.39 | 144.20 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1 | 20.00 | 317.19 | 337.19 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.1 | 19.00 | 328.75 | 347.75 | NOTE | |
| r-devel-windows-x86_64 | 1.1 | 14.00 | 189.00 | 203.00 | NOTE | |
| r-patched-linux-x86_64 | 1.1 | 10.79 | 182.71 | 193.50 | NOTE | |
| r-release-linux-x86_64 | 1.1 | 10.01 | 181.01 | 191.02 | NOTE | |
| r-release-macos-arm64 | 1.1 | NOTE | ||||
| r-release-macos-x86_64 | 1.1 | 7.00 | 173.00 | 180.00 | NOTE | |
| r-release-windows-x86_64 | 1.1 | 14.00 | 186.00 | 200.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1 | 7.00 | 255.00 | 262.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1 | 20.00 | 247.00 | 267.00 | OK |
Version: 1.1
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘functions.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [15s/17s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(circhelp)
Loading required package: data.table
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
Loading required package: ggplot2
> library(circular)
Attaching package: 'circular'
The following objects are masked from 'package:stats':
sd, var
> library(BAMBI)
>
> test_check("circhelp")
[1] "Difference between expected and observed correlation is 0.000068"
[1] "Difference between expected and observed correlation is 0.000109"
[1] "Difference between expected and observed correlation is -0.000000"
Saving _problems/test-functions-70.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-functions.R:70:3'): conversion from circular SD to kappa works both ways ──
Expected `abs(test_sd_deg - vm_kappa_to_circ_sd_deg(kappa_from_deg))` < `tolerance`.
Actual comparison: 0.001016 >= 0.001000
Difference: 0.000016 >= 0
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc