Last updated on 2025-06-02 00:49:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 0.3.2 | 1.91 | 57.61 | 59.52 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.2 | 137.22 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 146.61 | OK | |||
r-devel-windows-x86_64 | 0.3.2 | 4.00 | 68.00 | 72.00 | ERROR | |
r-release-linux-x86_64 | 0.3.2 | 2.70 | 79.33 | 82.03 | OK | |
r-release-macos-arm64 | 0.3.2 | 117.00 | OK | |||
r-release-macos-x86_64 | 0.3.2 | 112.00 | OK | |||
r-release-windows-x86_64 | 0.3.2 | 5.00 | 90.00 | 95.00 | OK | |
r-oldrel-macos-arm64 | 0.3.2 | 91.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.2 | 135.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.2 | 5.00 | 118.00 | 123.00 | OK |
Version: 0.3.2
Check: tests
Result: ERROR
Running 'testthat.R' [18s]
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(rcoins)
>
> test_check("rcoins")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 21 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-stroke.R:203:3'): flow mode does not break edges on a real dataset ──
Error in `download.file(url_osm, destfile = temp_file, mode = "wb", quiet = TRUE)`: cannot open URL 'https://data.4tu.nl/file/f5d5e118-b5bd-4dfb-987f-fe10d1b9b386/f519315e-b92d-4815-b924-3175bd2a7a61'
Backtrace:
▆
1. └─rcoins::get_example_data() at test-stroke.R:203:3
2. └─utils::download.file(...)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 21 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.3.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'using-rcoins.Rmd' using rmarkdown
Quitting from using-rcoins.Rmd:25-29 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `download.file()`:
! cannot open URL 'https://data.4tu.nl/file/f5d5e118-b5bd-4dfb-987f-fe10d1b9b386/f519315e-b92d-4815-b924-3175bd2a7a61'
---
Backtrace:
▆
1. └─rcoins::get_example_data()
2. └─utils::download.file(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'using-rcoins.Rmd' failed with diagnostics:
cannot open URL 'https://data.4tu.nl/file/f5d5e118-b5bd-4dfb-987f-fe10d1b9b386/f519315e-b92d-4815-b924-3175bd2a7a61'
--- failed re-building 'using-rcoins.Rmd'
SUMMARY: processing the following file failed:
'using-rcoins.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64