CRAN Package Check Results for Package ROCsurf

Last updated on 2024-10-06 03:49:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 25.12 242.14 267.26 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.1 13.33 128.33 141.66 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 519.39 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 495.28 OK
r-devel-windows-x86_64 0.1.1 21.00 233.00 254.00 OK
r-patched-linux-x86_64 0.1.1 21.62 283.55 305.17 OK
r-release-linux-x86_64 0.1.1 21.15 283.27 304.42 OK
r-release-macos-arm64 0.1.1 98.00 OK
r-release-macos-x86_64 0.1.1 351.00 OK
r-release-windows-x86_64 0.1.1 20.00 237.00 257.00 OK
r-oldrel-macos-arm64 0.1.1 100.00 OK
r-oldrel-macos-x86_64 0.1.1 262.00 OK
r-oldrel-windows-x86_64 0.1.1 28.00 327.00 355.00 OK

Check Details

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [157s/185s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(ROCsurf) > > test_check("ROCsurf") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 516 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('testfunction.R:3754:3'): function return a double or list ─────────── Error in `r.tc_index(x, y, z, init_param = c(alpha1 = alpha1, beta1 = beta1, alpha2 = alpha2, beta2 = beta2, alpha3 = alpha3, beta3 = beta3), init_index = c(median(x), median(y)), model = c("LLL"), method = c("MLE"))`: Optimization did not converge.Please check your initial parameters. Backtrace: ▆ 1. ├─testthat::expect_type(...) at testfunction.R:3754:3 2. │ └─testthat::quasi_label(enquo(object), arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─ROCsurf::r.tc_index(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 516 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [76s/101s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(ROCsurf) > > test_check("ROCsurf") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 516 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('testfunction.R:3754:3'): function return a double or list ─────────── Error in `r.tc_index(x, y, z, init_param = c(alpha1 = alpha1, beta1 = beta1, alpha2 = alpha2, beta2 = beta2, alpha3 = alpha3, beta3 = beta3), init_index = c(median(x), median(y)), model = c("LLL"), method = c("MLE"))`: Optimization did not converge.Please check your initial parameters. Backtrace: ▆ 1. ├─testthat::expect_type(...) at testfunction.R:3754:3 2. │ └─testthat::quasi_label(enquo(object), arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─ROCsurf::r.tc_index(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 516 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc