Last updated on 2026-04-18 09:51:17 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1 | 11.60 | 266.62 | 278.22 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.1 | 8.19 | 138.33 | 146.52 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1 | 19.00 | 303.93 | 322.93 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1 | 18.00 | 322.75 | 340.75 | OK | |
| r-devel-macos-arm64 | 1.1 | 3.00 | 55.00 | 58.00 | NOTE | |
| r-devel-windows-x86_64 | 1.1 | 15.00 | 191.00 | 206.00 | NOTE | |
| r-patched-linux-x86_64 | 1.1 | 10.56 | 180.87 | 191.43 | OK | |
| r-release-linux-x86_64 | 1.1 | 9.22 | 176.02 | 185.24 | OK | |
| 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 | 13.00 | 187.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 | 18.00 | 246.00 | 264.00 | OK |
Version: 1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [96s/125s]
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.000015"
[1] "Difference between expected and observed correlation is -0.000000"
[1] "Difference between expected and observed correlation is -0.000000"
Saving _problems/test-functions-70.R
[ FAIL 1 | WARN 6032 | SKIP 0 | PASS 15 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-functions.R:70:3'): conversion from circular SD to kappa works both ways ──
Error in `besselI(x, 1, expon.scaled = TRUE)`: non-numeric argument to mathematical function
Backtrace:
▆
1. ├─testthat::expect_lt(...) at test-functions.R:70:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─circhelp::vm_kappa_to_circ_sd_deg(kappa_from_deg)
5. └─circhelp::vm_kappa_to_circ_sd(kappa)
6. └─circhelp:::a_fun(kappa)
7. └─base::besselI(x, 1, expon.scaled = TRUE)
[ FAIL 1 | WARN 6032 | SKIP 0 | PASS 15 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
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-macos-arm64, r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64