CRAN Package Check Results for Package snvecR

Last updated on 2024-11-14 20:49:22 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.9.4 3.36 168.52 171.88 OK
r-devel-linux-x86_64-debian-gcc 3.9.4 2.33 109.35 111.68 OK
r-devel-linux-x86_64-fedora-clang 3.9.4 273.53 NOTE
r-devel-linux-x86_64-fedora-gcc 3.9.4 286.85 NOTE
r-devel-windows-x86_64 3.9.4 6.00 970.00 976.00 ERROR
r-patched-linux-x86_64 3.9.4 3.05 157.48 160.53 OK
r-release-linux-x86_64 3.9.4 3.09 157.80 160.89 OK
r-release-macos-arm64 3.9.4 163.00 OK
r-release-macos-x86_64 3.9.4 264.00 OK
r-release-windows-x86_64 3.9.4 4.00 426.00 430.00 OK
r-oldrel-macos-arm64 3.9.4 216.00 OK
r-oldrel-macos-x86_64 3.9.4 333.00 OK
r-oldrel-windows-x86_64 3.9.4 6.00 457.00 463.00 OK

Check Details

Version: 3.9.4
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘backports’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 3.9.4
Check: tests
Result: ERROR Running 'testthat.R' [13m] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(snvecR) > > test_check("snvecR") [ FAIL 1 | WARN 0 | SKIP 2 | PASS 38 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-get_solution.R:13:3', 'test-snvec.R:34:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-get_solution.R:22:3'): get_solution() can load full solutions ── <curl_error_operation_timedout/curl_error/error/condition> Error in `(function (con, what, n = 1L, size = NA_integer_, signed = TRUE, endian = .Platform$endian) { if (!endian %in% c("big", "little", "swap")) stop("invalid 'endian' argument") if (is.character(con)) { con <- file(con, "rb") on.exit(close(con)) } swap <- endian != .Platform$endian if (!is.character(what) || is.na(what) || length(what) != 1L || !any(what == c("numeric", "double", "integer", "int", "logical", "complex", "character", "raw"))) what <- typeof(what) .Internal(readBin(con, what, n, size, signed, swap)) })(structure(5L, class = c("curl", "connection"), conn_id = <pointer: 0x000000000000014c>), "raw", 65536L)`: Timeout was reached [www.soest.hawaii.edu]: Operation too slow. Less than 1 bytes/sec transferred the last 600 seconds Backtrace: ▆ 1. └─testthat::expect_snapshot(...) at test-get_solution.R:22:3 2. └─rlang::cnd_signal(state$error) [ FAIL 1 | WARN 0 | SKIP 2 | PASS 38 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64