Last updated on 2025-05-06 03:51:20 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 4.79 | 59.29 | 64.08 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 3.11 | 43.72 | 46.83 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 99.00 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 105.65 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 6.00 | 110.00 | 116.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.0 | 4.09 | 54.90 | 58.99 | OK | |
r-release-linux-x86_64 | 1.0.0 | 3.95 | 56.17 | 60.12 | OK | |
r-release-macos-arm64 | 1.0.0 | 45.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 109.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 7.00 | 83.00 | 90.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 58.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 97.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.0 | 8.00 | 98.00 | 106.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [44s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(wbids)
>
> test_check("wbids")
Downloading file to: D:\temp\2025_05_04_01_50_00_20595\RtmpGggRHi\file2432477...
[ FAIL 1 | WARN 1 | SKIP 7 | PASS 147 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (7): 'test-ids_bulk.R:5:3', 'test-ids_bulk.R:75:3',
'test-ids_bulk.R:158:3', 'test-ids_bulk.R:204:3', 'test-ids_bulk.R:237:3',
'test-ids_bulk.R:288:3', 'test-ids_bulk.R:344:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-ids_bulk.R:338:3'): download_file downloads a file correctly ───
Error in `utils::download.file(url, destfile = destfile, quiet = quiet,
mode = "wb")`: cannot open URL 'https://example.com'
Backtrace:
▆
1. └─wbids:::download_file(url, destfile, quiet = TRUE) at test-ids_bulk.R:338:3
2. └─utils::download.file(...)
[ FAIL 1 | WARN 1 | SKIP 7 | PASS 147 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64