CRAN Package Check Results for Package GHRexplore

Last updated on 2025-12-06 00:48:43 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 6.90 211.61 218.51 OK
r-devel-linux-x86_64-debian-gcc 0.2.1 5.61 75.74 81.35 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.1 40.00 209.92 249.92 OK
r-devel-linux-x86_64-fedora-gcc 0.2.1 39.00 319.61 358.61 OK
r-devel-windows-x86_64 0.2.1 11.00 180.00 191.00 OK
r-patched-linux-x86_64 0.2.1 9.30 199.31 208.61 OK
r-release-linux-x86_64 0.2.1 8.47 200.18 208.65 OK
r-release-macos-arm64 0.2.1 OK
r-release-macos-x86_64 0.2.1 9.00 224.00 233.00 OK
r-release-windows-x86_64 0.2.1 11.00 180.00 191.00 OK
r-oldrel-macos-arm64 0.2.1 OK
r-oldrel-macos-x86_64 0.2.1 12.00 235.00 247.00 OK
r-oldrel-windows-x86_64 0.2.1 14.00 243.00 257.00 OK

Check Details

Version: 0.2.1
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown', 'sf' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.1
Check: examples
Result: ERROR Running examples in ‘GHRexplore-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plot_compare > ### Title: Compare plots > ### Aliases: plot_compare > > ### ** Examples > > # Load data > library("sf") Error in library("sf") : there is no package called ‘sf’ Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.1
Check: tests
Result: ERROR Running ‘testthat.R’ [25s/28s] 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(GHRexplore) > > test_check("GHRexplore") Saving _problems/test-plot_map-20.R [ FAIL 1 | WARN 11 | SKIP 1 | PASS 253 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • {sf} is not installed. (1): 'test-plot_multiple.R:97:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-plot_map.R:19:1'): (code run outside of `test_that()`) ───────── <vctrs_error_scalar_type/vctrs_error/rlang_error/error/condition> Error in `vec_size()`: `x` must be a vector, not a <sfc_MULTIPOLYGON/sfc> object. Backtrace: ▆ 1. ├─dplyr::filter(map_MS, code %in% c("50001", "50002", "50003")) at test-plot_map.R:19:1 2. ├─dplyr:::filter.data.frame(...) 3. │ ├─dplyr::dplyr_row_slice(.data, loc, preserve = .preserve) 4. │ └─dplyr:::dplyr_row_slice.data.frame(.data, loc, preserve = .preserve) 5. │ ├─dplyr::dplyr_reconstruct(vec_slice(data, i), data) 6. │ │ └─dplyr:::dplyr_new_data_frame(data) 7. │ │ ├─row.names %||% .row_names_info(x, type = 0L) 8. │ │ └─base::.row_names_info(x, type = 0L) 9. │ └─vctrs::vec_slice(data, i) 10. └─vctrs:::stop_scalar_type(`<fn>`(`<s_MULTIP>`), "x", `<fn>`(vec_size())) 11. └─vctrs:::stop_vctrs(...) 12. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call) [ FAIL 1 | WARN 11 | SKIP 1 | PASS 253 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.1
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc