Last updated on 2022-08-15 08:50:06 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.4 | 2.65 | 41.22 | 43.87 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1.4 | 2.78 | 33.07 | 35.85 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.4 | 65.36 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.4 | 64.11 | OK | |||
r-devel-windows-x86_64 | 1.1.4 | 13.00 | 72.00 | 85.00 | OK | |
r-patched-linux-x86_64 | 1.1.4 | 3.54 | 39.46 | 43.00 | ERROR | |
r-release-linux-x86_64 | 1.1.4 | 3.15 | 41.58 | 44.73 | OK | |
r-release-macos-arm64 | 1.1.4 | 132.00 | OK | |||
r-release-macos-x86_64 | 1.1.4 | 136.00 | OK | |||
r-release-windows-x86_64 | 1.1.4 | 12.00 | 70.00 | 82.00 | OK | |
r-oldrel-macos-arm64 | 1.1.4 | 31.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.4 | 40.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.1.4 | 9.00 | 80.00 | 89.00 | OK |
Version: 1.1.4
Check: tests
Result: ERROR
Running 'testthat.R' [10s/97s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(retrosheet)
For Retrosheet data obtained with this package:
The information used here was obtained free of charge from
and is copyrighted by Retrosheet. Interested parties may
contact Retrosheet at "www.retrosheet.org"
>
> test_check("retrosheet")
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 51 ]
== Skipped tests ===============================================================
* On CRAN (1)
== Failed tests ================================================================
-- Error (test-getRetrosheet.R:9:5): Caching works -----------------------------
Error in `curl::curl_fetch_disk(url, x$path, handle = handle)`: Timeout was reached: [www.retrosheet.org] Operation timed out after 15000 milliseconds with 1048540 out of 2022577 bytes received
Backtrace:
x
1. \-retrosheet::getRetrosheet("roster", 1995, cache = "testdata") at test-getRetrosheet.R:9:4
2. \-httr::RETRY(...)
-- Error (test-getRetrosheet.R:45:5): Roster downloading works -----------------
Error in `unzip(tmp, list = TRUE)`: zip file 'testdata/events/1995eve.zip' cannot be opened
Backtrace:
x
1. \-retrosheet::getRetrosheet("roster", 1995, cache = "testdata") at test-getRetrosheet.R:45:4
2. \-utils::unzip(tmp, list = TRUE)
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 51 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/93s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(retrosheet)
For Retrosheet data obtained with this package:
The information used here was obtained free of charge from
and is copyrighted by Retrosheet. Interested parties may
contact Retrosheet at "www.retrosheet.org"
>
> test_check("retrosheet")
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 51 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-getRetrosheet.R:9:5): Caching works ─────────────────────────────
Error in `curl::curl_fetch_disk(url, x$path, handle = handle)`: Timeout was reached: [www.retrosheet.org] Operation timed out after 15000 milliseconds with 753628 out of 2022577 bytes received
Backtrace:
▆
1. └─retrosheet::getRetrosheet("roster", 1995, cache = "testdata") at test-getRetrosheet.R:9:4
2. └─httr::RETRY(...)
── Error (test-getRetrosheet.R:45:5): Roster downloading works ─────────────────
Error in `unzip(tmp, list = TRUE)`: zip file 'testdata/events/1995eve.zip' cannot be opened
Backtrace:
▆
1. └─retrosheet::getRetrosheet("roster", 1995, cache = "testdata") at test-getRetrosheet.R:45:4
2. └─utils::unzip(tmp, list = TRUE)
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 51 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64