Last updated on 2025-03-01 06:51:02 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 11.27 | 181.57 | 192.84 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 7.72 | 124.15 | 131.87 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 303.45 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 307.41 | NOTE | |||
r-devel-macos-arm64 | 1.1 | 87.00 | OK | |||
r-devel-macos-x86_64 | 1.1 | 180.00 | NOTE | |||
r-devel-windows-x86_64 | 1.1 | 13.00 | 173.00 | 186.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 10.06 | 169.02 | 179.08 | ERROR | |
r-release-linux-x86_64 | 1.1 | 8.66 | 167.42 | 176.08 | 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 | 13.00 | 168.00 | 181.00 | OK | |
r-oldrel-macos-arm64 | 1.1 | OK | ||||
r-oldrel-macos-x86_64 | 1.1 | 201.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1 | 15.00 | 199.00 | 214.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-macos-x86_64, r-devel-windows-x86_64
Version: 1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [21s/25s]
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.000006"
[1] "Difference between expected and observed correlation is 0.000150"
[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: 0.000278
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64