Last updated on 2025-07-22 08:48:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.2 | 2.38 | 85.67 | 88.05 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.2 | 1.94 | 28.88 | 30.82 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.2 | 143.52 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 150.51 | OK | |||
r-devel-windows-x86_64 | 0.3.2 | 4.00 | 93.00 | 97.00 | OK | |
r-patched-linux-x86_64 | 0.3.2 | 2.64 | 79.86 | 82.50 | OK | |
r-release-linux-x86_64 | 0.3.2 | 2.57 | 80.32 | 82.89 | 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 | 4.00 | 90.00 | 94.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 | 6.00 | 116.00 | 122.00 | OK |
Version: 0.3.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
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 0 | SKIP 0 | PASS 21 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-stroke.R:203:3'): flow mode does not break edges on a real dataset ──
<Rcpp::exception/C++Error/error/condition>
Error: Cannot open "/tmp/Rtmp5RpxRZ/file8ad8bca1c08d.gpkg"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats.
Backtrace:
▆
1. └─rcoins::get_example_data() at test-stroke.R:203:3
2. └─base::sapply(...)
3. └─base::lapply(X = X, FUN = FUN, ...)
4. └─rcoins (local) FUN(X[[i]], ...)
5. ├─sf::st_read(temp_file, layer = x, quiet = TRUE)
6. └─sf:::st_read.character(temp_file, layer = x, quiet = TRUE)
7. └─sf:::CPL_read_ogr(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 21 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
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:
! Cannot open "/tmp/RtmpsGF6p3/file8c0df3a8e487.gpkg"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats.
---
Backtrace:
▆
1. └─rcoins::get_example_data()
2. └─base::sapply(...)
3. └─base::lapply(X = X, FUN = FUN, ...)
4. └─rcoins (local) FUN(X[[i]], ...)
5. ├─sf::st_read(temp_file, layer = x, quiet = TRUE)
6. └─sf:::st_read.character(temp_file, layer = x, quiet = TRUE)
7. └─sf:::CPL_read_ogr(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'using-rcoins.Rmd' failed with diagnostics:
Cannot open "/tmp/RtmpsGF6p3/file8c0df3a8e487.gpkg"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats.
--- 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-linux-x86_64-debian-gcc