CRAN Package Check Results for Package vermeulen

Last updated on 2026-07-10 14:53:43 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 1.87 54.63 56.50 OK
r-devel-linux-x86_64-debian-gcc 0.1.2 1.56 41.47 43.03 OK
r-devel-linux-x86_64-fedora-clang 0.1.2 79.57 OK
r-devel-linux-x86_64-fedora-gcc 0.1.2 83.61 OK
r-devel-windows-x86_64 0.1.2 4.00 79.00 83.00 OK
r-patched-linux-x86_64 0.1.2 1.81 50.05 51.86 OK
r-release-linux-x86_64 0.1.2 1.81 49.68 51.49 OK
r-release-macos-arm64 0.1.2 1.00 21.00 22.00 OK
r-release-macos-x86_64 0.1.2 2.00 69.00 71.00 OK
r-release-windows-x86_64 0.1.2 5.00 49.00 54.00 ERROR
r-oldrel-macos-arm64 0.1.2 OK
r-oldrel-macos-x86_64 0.1.2 2.00 63.00 65.00 OK
r-oldrel-windows-x86_64 0.1.2 4.00 92.00 96.00 OK

Check Details

Version: 0.1.2
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [5s] 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") Saving _problems/test-get_biomarker_dataset-3.R [ 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