CRAN Package Check Results for Package openscoring

Last updated on 2024-08-24 02:49:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 2.63 25.18 27.81 OK
r-devel-linux-x86_64-debian-gcc 1.0.3 1.97 19.81 21.78 OK
r-devel-linux-x86_64-fedora-clang 1.0.3 45.52 OK
r-devel-linux-x86_64-fedora-gcc 1.0.3 43.74 ERROR
r-devel-windows-x86_64 1.0.3 4.00 52.00 56.00 OK
r-release-macos-arm64 1.0.3 29.00 OK
r-release-macos-x86_64 1.0.3 51.00 OK
r-oldrel-macos-arm64 1.0.3 31.00 OK
r-oldrel-macos-x86_64 1.0.3 39.00 OK
r-oldrel-windows-x86_64 1.0.3 7.00 56.00 63.00 OK

Check Details

Version: 1.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/16s] 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(openscoring) > > test_check("openscoring") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-oscai.R:7:3'): API responses ───────────────────────────────── Expected `oscai(df, stimulus, response)` to run without any errors. i Actually got a <purrr_error_indexed> with text: i In index: 1. i With name: 1. Caused by error in `curl::curl_fetch_memory()`: ! Timeout was reached: [openscoring.du.edu] Connection timeout after 10001 ms [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc