Last updated on 2025-02-16 09:50:46 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 4.48 | 62.26 | 66.74 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 3.28 | 43.54 | 46.82 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 103.48 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 106.46 | 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.60 | 55.41 | 60.01 | OK | |
r-release-linux-x86_64 | 0.1.1 | 3.93 | 54.47 | 58.40 | 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 | 7.00 | 135.00 | 142.00 | ERROR | |
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 | 8.00 | 94.00 | 102.00 | OK |
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' [70s]
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-release-windows-x86_64