CRAN Package Check Results for Package medrxivr

Last updated on 2025-05-14 02:50:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 4.69 64.92 69.61 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.1 3.40 44.97 48.37 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.1 103.18 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.1 117.84 NOTE
r-devel-windows-x86_64 0.1.1 6.00 138.00 144.00 ERROR
r-patched-linux-x86_64 0.1.1 4.66 55.97 60.63 NOTE
r-release-linux-x86_64 0.1.1 4.41 55.42 59.83 NOTE
r-release-macos-arm64 0.1.1 103.00 NOTE
r-release-macos-x86_64 0.1.1 97.00 NOTE
r-release-windows-x86_64 0.1.1 7.00 84.00 91.00 NOTE
r-oldrel-macos-arm64 0.1.1 66.00 OK
r-oldrel-macos-x86_64 0.1.1 73.00 OK
r-oldrel-windows-x86_64 0.1.1 7.00 98.00 105.00 OK

Additional issues

OpenBLAS

Check Details

Version: 0.1.1
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘mx_syntax.R’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 0.1.1
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [77s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(medrxivr) > > test_check("medrxivr") [ FAIL 1 | WARN 2 | SKIP 14 | PASS 18 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-api.R:2:3', 'test-api.R:31:3', 'test-api.R:44:3', 'test-api.R:51:3', 'test-crosscheck.R:2:3', 'test-download.R:2:3', 'test-download.R:16:3', 'test-download.R:22:3', 'test-download.R:28:3', 'test-download.R:44:3', 'test-export.R:13:3', 'test-export.R:19:3', 'test-helpers.R:2:3', 'test-helpers.R:16:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-search.R:7:1'): (code run outside of `test_that()`) ──────────── Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://raw.githubusercontent.com//mcguinlu/medrxivr-data/6c4056d2cccd6031d92ee4269b1785c6ec4d555b/snapshot.csv' Backtrace: ▆ 1. └─medrxivr::mx_snapshot("6c4056d2cccd6031d92ee4269b1785c6ec4d555b") at test-search.R:7:1 2. ├─base::suppressMessages(...) 3. │ └─base::withCallingHandlers(...) 4. └─data.table::fread(...) 5. └─utils::download.file(...) [ FAIL 1 | WARN 2 | SKIP 14 | PASS 18 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64