CRAN Package Check Results for Package osmapiR

Last updated on 2024-11-03 11:49:35 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 7.38 194.19 201.57 OK
r-devel-linux-x86_64-debian-gcc 0.2.1 1.11 1.84 2.95 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.1 324.48 OK
r-devel-linux-x86_64-fedora-gcc 0.2.1 323.06 OK
r-devel-windows-x86_64 0.2.1 9.00 198.00 207.00 OK
r-patched-linux-x86_64 0.2.1 6.20 180.69 186.89 OK
r-release-linux-x86_64 0.2.1 7.05 45.77 52.82 ERROR
r-release-macos-arm64 0.2.1 139.00 OK
r-release-macos-x86_64 0.2.1 234.00 OK
r-release-windows-x86_64 0.2.1 8.00 222.00 230.00 OK
r-oldrel-macos-arm64 0.2.1 118.00 OK
r-oldrel-macos-x86_64 0.2.1 207.00 OK
r-oldrel-windows-x86_64 0.2.1 9.00 230.00 239.00 OK

Check Details

Version: 0.2.1
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.1
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'httpuv', 'sf' Flavor: r-release-linux-x86_64

Version: 0.2.1
Check: examples
Result: ERROR Running examples in ‘osmapiR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: set_osmapi_connection > ### Title: Configure connections from osmapiR > ### Aliases: set_osmapi_connection get_osmapi_url set_osmapi_url > > ### ** Examples > > ori <- get_osmapi_url() > set_osmapi_connection(server = "testing") Error in normalize_redirect_uri(redirect_uri = redirect_uri, host_name = host_name, : The package "httpuv" is required desktop OAuth Calls: set_osmapi_connection ... <Anonymous> -> normalize_redirect_uri -> check_installed Execution halted Flavor: r-release-linux-x86_64

Version: 0.2.1
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/2s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(osmapiR) Data (c) OpenStreetMap contributors, ODbL 1.0. https://www.openstreetmap.org/copyright > > test_check("osmapiR") Error in `FUN()`: ! In path: "/home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/osmapiR.Rcheck/tests/testthat/setup.R" Caused by error in `normalize_redirect_uri()`: ! The package "httpuv" is required desktop OAuth Backtrace: ▆ 1. ├─testthat::test_check("osmapiR") 2. │ └─testthat::test_dir(...) 3. │ └─testthat:::test_files(...) 4. │ └─testthat:::test_files_serial(...) 5. │ └─testthat:::test_files_setup_state(...) 6. │ └─testthat::source_test_setup(".", env) 7. │ └─testthat::source_dir(path, "^setup.*\\.[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. │ └─osmapiR::set_osmapi_connection("testing") at tests/testthat/setup.R:7:1 15. │ └─osmapiR::logout_osmapi() 16. │ └─osmapiR:::oauth_request(req) 17. │ └─httr2::req_oauth_auth_code(...) 18. │ └─httr2:::normalize_redirect_uri(...) 19. │ └─rlang::check_installed("httpuv", "desktop OAuth") 20. │ └─base::stop(cnd) 21. └─testthat (local) `<fn>`(`<rlb_r___>`) 22. └─rlang::abort(...) Execution halted Flavor: r-release-linux-x86_64