Last updated on 2025-03-13 02:53:39 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 3.82 | 62.49 | 66.31 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 3.15 | 43.23 | 46.38 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 102.61 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 107.96 | 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 | 243.00 | 249.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.1 | OK | ||||
r-release-linux-x86_64 | 0.1.1 | 3.36 | 54.77 | 58.13 | 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 | 6.00 | 83.00 | 89.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | OK | ||||
r-oldrel-macos-x86_64 | 0.1.1 | 70.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.1 | 8.00 | 97.00 | 105.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' [182s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(medrxivr)
>
> test_check("medrxivr")
[ FAIL 3 | WARN 3 | SKIP 12 | PASS 17 ]
══ Skipped tests (12) ══════════════════════════════════════════════════════════
• On CRAN (12): '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-helpers.R:2:3', 'test-helpers.R:16:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-export.R:5:1'): (code run outside of `test_that()`) ────────────
Error in `file(con, "r")`: cannot open the connection to 'https://raw.githubusercontent.com/mcguinlu/medrxivr-data/master/timestamp.txt'
Backtrace:
▆
1. ├─medrxivr::mx_search(...) at test-export.R:5:1
2. └─medrxivr::mx_snapshot()
3. └─medrxivr:::mx_info(commit)
4. └─base::readLines(...)
5. └─base::file(con, "r")
── Error ('test-info.R:2:3'): Printed message ──────────────────────────────────
Error in `file(con, "r")`: cannot open the connection to 'https://raw.githubusercontent.com/mcguinlu/medrxivr-data/master/timestamp.txt'
Backtrace:
▆
1. ├─testthat::expect_message(mx_info()) at test-info.R:2:3
2. │ └─testthat:::quasi_capture(enquo(object), label, capture_messages)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─medrxivr:::mx_info()
7. └─base::readLines(...)
8. └─base::file(con, "r")
── Error ('test-search.R:7:1'): (code run outside of `test_that()`) ────────────
Error in `file(con, "r")`: cannot open the connection to 'https://raw.githubusercontent.com/mcguinlu/medrxivr-data/6c4056d2cccd6031d92ee4269b1785c6ec4d555b/timestamp.txt'
Backtrace:
▆
1. └─medrxivr::mx_snapshot("6c4056d2cccd6031d92ee4269b1785c6ec4d555b") at test-search.R:7:1
2. └─medrxivr:::mx_info(commit)
3. └─base::readLines(...)
4. └─base::file(con, "r")
[ FAIL 3 | WARN 3 | SKIP 12 | PASS 17 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64