CRAN Package Check Results for Package circhelp

Last updated on 2024-08-08 00:49:29 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 11.04 171.87 182.91 OK
r-devel-linux-x86_64-debian-gcc 1.1 7.31 171.39 178.70 ERROR
r-devel-linux-x86_64-fedora-clang 1.1 312.26 OK
r-devel-linux-x86_64-fedora-gcc 1.1 313.12 OK
r-devel-windows-x86_64 1.1 12.00 170.00 182.00 OK
r-patched-linux-x86_64 1.1 9.39 169.76 179.15 OK
r-release-linux-x86_64 1.1 10.41 169.49 179.90 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 14.00 170.00 184.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 17.00 198.00 215.00 OK

Check Details

Version: 1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [61s/78s] 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.000005" [1] "Difference between expected and observed correlation is -0.000061" [1] "Difference between expected and observed correlation is 0.000000" [ 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, arg = "object") 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-gcc