Last updated on 2023-01-25 04:51:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.8 | 5.64 | 54.42 | 60.06 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.3.8 | 4.07 | 41.14 | 45.21 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.3.8 | 71.24 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.8 | 82.35 | OK | |||
r-devel-windows-x86_64 | 1.3.8 | 17.00 | 111.00 | 128.00 | OK | |
r-patched-linux-x86_64 | 1.3.8 | 4.14 | 52.81 | 56.95 | OK | |
r-release-linux-x86_64 | 1.3.8 | 5.03 | 53.51 | 58.54 | OK | |
r-release-macos-arm64 | 1.3.8 | 57.00 | OK | |||
r-release-macos-x86_64 | 1.3.8 | 71.00 | OK | |||
r-release-windows-x86_64 | 1.3.8 | 17.00 | 112.00 | 129.00 | OK | |
r-oldrel-macos-arm64 | 1.3.8 | 60.00 | OK | |||
r-oldrel-macos-x86_64 | 1.3.8 | 72.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.3.8 | 13.00 | 75.00 | 88.00 | ERROR |
Version: 1.3.8
Check: tests
Result: ERROR
Running 'testthat.R' [8s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(gbfs)
>
> test_check("gbfs")
[ FAIL 1 | WARN 1 | SKIP 6 | PASS 10 ]
== Skipped tests ===============================================================
* On CRAN (5)
* row-binding trips up on GHA (1)
== Failed tests ================================================================
-- Error ('test-wrapper.R:7'): (code run outside of `test_that()`) -------------
Error in `value[[3L]](cond)`: There was an issue connecting with the given gbfs provider. The response is printed below:
Error in open.connection(con, "rb"): cannot open the connection
Backtrace:
x
1. \-gbfs::get_gbfs("biketown_pdx") at test-wrapper.R:7:0
2. \-gbfs::get_which_gbfs_feeds(city = url)
3. \-base::tryCatch(jsonlite::fromJSON(txt = url), error = report_connection_issue)
4. \-base (local) tryCatchList(expr, classes, parentenv, handlers)
5. \-base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
6. \-value[[3L]](cond)
[ FAIL 1 | WARN 1 | SKIP 6 | PASS 10 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64