CRAN Package Check Results for Package medrxivr

Last updated on 2025-02-21 13:50:56 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 4.66 61.38 66.04 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.1 3.04 42.90 45.94 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.1 102.61 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.1 112.66 NOTE
r-devel-macos-arm64 0.1.1 64.00 OK
r-devel-macos-x86_64 0.1.1 111.00 NOTE
r-devel-windows-x86_64 0.1.1 6.00 91.00 97.00 NOTE
r-patched-linux-x86_64 0.1.1 4.44 54.97 59.41 OK
r-release-linux-x86_64 0.1.1 3.73 55.19 58.92 OK
r-release-macos-arm64 0.1.1 66.00 OK
r-release-macos-x86_64 0.1.1 73.00 OK
r-release-windows-x86_64 0.1.1 8.00 83.00 91.00 OK
r-oldrel-macos-arm64 0.1.1 61.00 OK
r-oldrel-macos-x86_64 0.1.1 70.00 OK
r-oldrel-windows-x86_64 0.1.1 7.00 169.00 176.00 ERROR

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-macos-x86_64, r-devel-windows-x86_64

Version: 0.1.1
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [68s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(medrxivr) > > test_check("medrxivr") [ FAIL 1 | WARN 3 | 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)`: download from 'https://raw.githubusercontent.com//mcguinlu/medrxivr-data/6c4056d2cccd6031d92ee4269b1785c6ec4d555b/snapshot.csv' failed 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 3 | SKIP 14 | PASS 18 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64