CRAN Package Check Results for Package rcrisp

Last updated on 2025-11-12 12:53:20 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 3.98 395.65 399.63 OK
r-devel-linux-x86_64-debian-gcc 0.3.0 3.17 257.78 260.95 OK
r-devel-linux-x86_64-fedora-clang 0.3.0 617.55 OK
r-devel-linux-x86_64-fedora-gcc 0.3.0 10.00 248.11 258.11 ERROR
r-devel-windows-x86_64 0.3.0 8.00 425.00 433.00 OK
r-patched-linux-x86_64 0.3.0 5.30 377.93 383.23 OK
r-release-linux-x86_64 0.3.0 4.41 381.42 385.83 OK
r-release-macos-arm64 0.3.0 2.00 176.00 178.00 OK
r-release-macos-x86_64 0.3.0 4.00 418.00 422.00 OK
r-release-windows-x86_64 0.3.0 9.00 402.00 411.00 OK
r-oldrel-macos-arm64 0.3.0 2.00 295.00 297.00 OK
r-oldrel-macos-x86_64 0.3.0 12.00 ERROR
r-oldrel-windows-x86_64 0.3.0 8.00 527.00 535.00 OK

Check Details

Version: 0.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/47s] 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(rcrisp) > > test_check("rcrisp") Attempt 1 failed: cannot open URL 'https://zenodo.org/records/16325879/files/bucharest_osm.gpkg' Retrying in 2 seconds... Attempt 2 failed: cannot open URL 'https://zenodo.org/records/16325879/files/bucharest_osm.gpkg' Retrying in 2 seconds... Attempt 3 failed: cannot open URL 'https://zenodo.org/records/16325879/files/bucharest_osm.gpkg' Retrying in 2 seconds... Attempt 4 failed: cannot open URL 'https://zenodo.org/records/16325879/files/bucharest_osm.gpkg' Retrying in 2 seconds... Attempt 5 failed: cannot open URL 'https://zenodo.org/records/16325879/files/bucharest_osm.gpkg' Retrying in 2 seconds... Function failed after multiple attempts. Cannot open data source /data/gannet/ripley/.cache/R/rcrisp/bucharest_osm.gpkg Error in `FUN()`: ! In path: "/data/gannet/ripley/R/packages/tests-devel/rcrisp.Rcheck/tests/testthat/helper-exampledata.R" Caused by error: ! Open failed. Backtrace: ▆ 1. ├─testthat::test_check("rcrisp") 2. │ └─testthat::test_dir(...) 3. │ └─testthat:::test_files(...) 4. │ └─testthat:::test_files_serial(...) 5. │ └─testthat:::test_files_setup_state(...) 6. │ └─testthat::source_test_helpers(".", env) 7. │ └─testthat::source_dir(path, "^helper.*\\.[rR]$", env = env, wrap = FALSE) 8. │ └─base::lapply(...) 9. │ └─testthat (local) FUN(X[[i]], ...) 10. │ └─testthat::source_file(path, env = env, chdir = chdir, wrap = wrap) 11. │ ├─base::withCallingHandlers(...) 12. │ └─base::eval(exprs, env) 13. │ └─base::eval(exprs, env) 14. │ └─rcrisp::get_osm_example_data() at tests/testthat/helper-exampledata.R:3:1 15. │ └─sf::st_layers(file) 16. │ └─sf:::CPL_get_layers(dsn, options, do_count) 17. ├─base::stop(`<Rcpp::xc>`) 18. └─testthat (local) `<fn>`(`<Rcpp::xc>`) 19. └─rlang::abort(...) Warning messages: 1: In func(...) : cannot open URL 'https://zenodo.org/records/16325879/files/bucharest_osm.gpkg': HTTP status was '504 Gateway Timeout' 2: In func(...) : cannot open URL 'https://zenodo.org/records/16325879/files/bucharest_osm.gpkg': HTTP status was '503 Service Unavailable' 3: In func(...) : cannot open URL 'https://zenodo.org/records/16325879/files/bucharest_osm.gpkg': HTTP status was '503 Service Unavailable' 4: In func(...) : cannot open URL 'https://zenodo.org/records/16325879/files/bucharest_osm.gpkg': HTTP status was '503 Service Unavailable' 5: In func(...) : cannot open URL 'https://zenodo.org/records/16325879/files/bucharest_osm.gpkg': HTTP status was '503 Service Unavailable' Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.3.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘getting-started.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘getting-started.Rmd’ --- re-building ‘vig_01-method.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘vig_01-method.Rmd’ --- re-building ‘vig_02-getting-osm-data.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘vig_02-getting-osm-data.Rmd’ --- re-building ‘vig_03-network-preparation.Rmd’ using rmarkdown Quitting from vig_03-network-preparation.Rmd:17-31 [setup] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! Open failed. --- Backtrace: ▆ 1. └─rcrisp::get_osm_example_data() 2. └─sf::st_layers(file) 3. └─sf:::CPL_get_layers(dsn, options, do_count) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'vig_03-network-preparation.Rmd' failed with diagnostics: Open failed. --- failed re-building ‘vig_03-network-preparation.Rmd’ --- re-building ‘vig_04-valley-delineation.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘vig_04-valley-delineation.Rmd’ --- re-building ‘vig_05-corridor-delineation.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘vig_05-corridor-delineation.Rmd’ --- re-building ‘vig_06-corridor-segmentation.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘vig_06-corridor-segmentation.Rmd’ --- re-building ‘vig_07-riverspace-delineation.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘vig_07-riverspace-delineation.Rmd’ SUMMARY: processing the following file failed: ‘vig_03-network-preparation.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.3.0
Check: package dependencies
Result: ERROR Package required but not available: ‘osmdata’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-oldrel-macos-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.