Package: circhelp Check: tests New result: ERROR Running ‘testthat.R’ [20s/20s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(circhelp) Loading required package: data.table Loading required package: ggplot2 > library(circular) Attaching package: 'circular' The following objects are masked from 'package:stats': sd, var > library(BAMBI) Attaching package: 'BAMBI' The following object is masked from 'package:circular': wind > > test_check("circhelp") [1] "Difference between expected and observed correlation is 0.000245" [1] "Difference between expected and observed correlation is 0.000045" [1] "Difference between expected and observed correlation is -0.000000" [ 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 ── abs(test_sd_deg - vm_kappa_to_circ_sd_deg(kappa_from_deg)) is not strictly less than `tolerance`. Difference: 6.61e-05 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ] Error: Test failures Execution halted