Last updated on 2024-09-09 04:49:37 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.1 | 2.76 | 28.60 | 31.36 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.1 | 1.96 | 22.40 | 24.36 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.1 | 50.09 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.1 | 47.03 | OK | |||
r-devel-windows-x86_64 | 0.0.1 | 5.00 | 58.00 | 63.00 | OK | |
r-patched-linux-x86_64 | 0.0.1 | 2.06 | 27.45 | 29.51 | OK | |
r-release-linux-x86_64 | 0.0.1 | 2.55 | 27.38 | 29.93 | OK | |
r-release-macos-arm64 | 0.0.1 | 28.00 | ERROR | |||
r-release-macos-x86_64 | 0.0.1 | 44.00 | OK | |||
r-release-windows-x86_64 | 0.0.1 | 4.00 | 58.00 | 62.00 | OK | |
r-oldrel-macos-arm64 | 0.0.1 | 44.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.1 | 43.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.1 | 5.00 | 62.00 | 67.00 | OK |
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in ‘planscorer-Ex.R’ failed
The error most likely occurred in:
> ### Name: ps_save
> ### Title: Save PlanScore Output
> ### Aliases: ps_save
>
> ### ** Examples
>
> url <- 'https://planscore.s3.amazonaws.com/uploads/20221127T213653.168557156Z/index.json'
> tf <- tempfile(fileext = '.json')
> ps_save(url, tf)
Error in curl::curl_download(link, destfile = path) :
Recv failure: Connection reset by peer
Calls: ps_save -> <Anonymous>
Execution halted
Flavor: r-release-macos-arm64
Version: 0.0.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
4. └─jsonlite:::parse_and_simplify(...)
5. └─jsonlite:::parseJSON(txt, bigint_as_char)
6. └─jsonlite:::parse_con(txt, bigint_as_char)
7. ├─base::open(con, "rb")
8. └─base::open.connection(con, "rb")
── Error ('test-save.R:4:3'): `ps_save()` works ────────────────────────────────
Error in `curl::curl_download(link, destfile = path)`: Recv failure: Connection reset by peer
Backtrace:
▆
1. └─planscorer::ps_save(url, tf) at test-save.R:4:3
2. └─curl::curl_download(link, destfile = path)
[ FAIL 2 | WARN 1 | SKIP 0 | PASS 5 ]
Error: Test failures
Execution halted
Flavor: r-release-macos-arm64