CRAN Package Check Results for Package vermeulen

Last updated on 2024-05-03 11:53:17 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 2.53 62.38 64.91 OK
r-devel-linux-x86_64-fedora-clang 0.1.2 79.55 OK
r-devel-linux-x86_64-fedora-gcc 0.1.2 82.73 OK
r-devel-windows-x86_64 0.1.2 4.00 74.00 78.00 OK
r-patched-linux-x86_64 0.1.2 2.13 58.67 60.80 OK
r-release-linux-x86_64 0.1.2 2.51 59.60 62.11 OK
r-release-macos-arm64 0.1.2 35.00 OK
r-release-macos-x86_64 0.1.2 80.00 OK
r-release-windows-x86_64 0.1.2 3.00 45.00 48.00 ERROR
r-oldrel-macos-arm64 0.1.2 39.00 OK
r-oldrel-macos-x86_64 0.1.2 65.00 OK
r-oldrel-windows-x86_64 0.1.2 4.00 83.00 87.00 OK

Check Details

Version: 0.1.2
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [1s] 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(vermeulen) > > test_check("vermeulen") [ FAIL 1 | WARN 1 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-get_biomarker_dataset.R:3:3'): biomarker data set ────────────── Error in `readLines(gzcon(url(url)))`: cannot open the connection to 'https://raw.githubusercontent.com/ramiromagno/vermeulen/main/data-raw/amplification_curves.csv.gz' Backtrace: ▆ 1. └─vermeulen::get_biomarker_dataset() at test-get_biomarker_dataset.R:3:3 2. ├─vermeulen:::amplification_curves() 3. │ ├─base::withVisible(eval(mc, parent.frame())) 4. │ └─base::eval(mc, parent.frame()) 5. │ └─base::eval(mc, parent.frame()) 6. └─vermeulen (local) `<fn>`() 7. └─base::readLines(gzcon(url(url))) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64