Last updated on 2026-07-26 21:50:49 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.4 | 4.79 | 51.47 | 56.26 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.4 | 3.45 | 38.64 | 42.09 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.4 | 8.00 | 75.68 | 83.68 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 41.02 | OK | |||
| r-devel-windows-x86_64 | 0.1.4 | 7.00 | 74.00 | 81.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.4 | 4.98 | 46.02 | 51.00 | OK | |
| r-release-linux-x86_64 | 0.1.4 | 4.33 | 46.12 | 50.45 | OK | |
| r-release-macos-arm64 | 0.1.4 | 1.00 | 20.00 | 21.00 | OK | |
| r-release-macos-x86_64 | 0.1.4 | 3.00 | 61.00 | 64.00 | OK | |
| r-release-windows-x86_64 | 0.1.4 | 9.00 | 69.00 | 78.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.4 | 1.00 | 25.00 | 26.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.4 | 3.00 | 68.00 | 71.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.4 | 10.00 | 78.00 | 88.00 | OK |
Version: 0.1.4
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [13s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(medrxivr)
>
> test_check("medrxivr")
Saving _problems/test-info-2.R
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 110 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-helpers.R:2:3', 'test-helpers.R:16:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-info.R:2:3'): Printed message ──────────────────────────────────
Error in `open.connection(con, "rb")`: cannot open the connection to 'https://github.com/ropensci/medrxivr/releases/download/snapshot/snapshot-manifest.json'
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::suppressWarnings(jsonlite::fromJSON(manifest_url, simplifyVector = FALSE))
8. │ └─base::withCallingHandlers(...)
9. └─jsonlite::fromJSON(manifest_url, simplifyVector = FALSE)
10. └─jsonlite:::parse_and_simplify(...)
11. └─jsonlite:::parseJSON(txt, bigint_as_char)
12. └─jsonlite:::parse_con(txt, bigint_as_char)
13. ├─base::open(con, "rb")
14. └─base::open.connection(con, "rb")
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 110 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64