Last updated on 2024-11-19 12:54:26 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 10.48 | 171.95 | 182.43 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 7.55 | 125.59 | 133.14 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 320.50 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 313.71 | OK | |||
r-devel-windows-x86_64 | 1.1 | 12.00 | 170.00 | 182.00 | ERROR | |
r-patched-linux-x86_64 | 1.1 | 10.50 | 169.60 | 180.10 | OK | |
r-release-linux-x86_64 | 1.1 | 9.54 | 169.01 | 178.55 | OK | |
r-release-macos-arm64 | 1.1 | 97.00 | OK | |||
r-release-macos-x86_64 | 1.1 | 262.00 | OK | |||
r-release-windows-x86_64 | 1.1 | 11.00 | 175.00 | 186.00 | OK | |
r-oldrel-macos-arm64 | 1.1 | 130.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1 | 201.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1 | 15.00 | 195.00 | 210.00 | OK |
Version: 1.1
Check: tests
Result: ERROR
Running 'testthat.R' [29s]
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.000002"
[1] "Difference between expected and observed correlation is 0.000059"
[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: 3e-06
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64