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.3.3 | 2.99 | 37.64 | 40.63 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.3 | 2.58 | 19.13 | 21.71 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.3 | 60.84 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3.3 | 73.35 | OK | |||
| r-devel-windows-x86_64 | 0.3.3 | 9.00 | 56.00 | 65.00 | OK | |
| r-patched-linux-x86_64 | 0.3.3 | 2.61 | 34.78 | 37.39 | OK | |
| r-release-linux-x86_64 | 0.3.3 | 2.75 | 35.15 | 37.90 | OK | |
| r-release-macos-arm64 | 0.3.3 | OK | ||||
| r-release-macos-x86_64 | 0.3.3 | 4.00 | 50.00 | 54.00 | OK | |
| r-release-windows-x86_64 | 0.3.3 | 7.00 | 54.00 | 61.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.3 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.3 | 3.00 | 39.00 | 42.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.3 | 10.00 | 63.00 | 73.00 | OK |
Version: 0.3.3
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'sf', 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.3
Check: examples
Result: ERROR
Running examples in ‘geohashTools-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: gis_tools
> ### Title: Helpers for interfacing geohashes with sp/sf objects
> ### Aliases: gh_to_sp gh_to_spdf gh_to_spdf.default gh_to_spdf.data.frame
> ### gh_to_sf gh_covering
>
> ### ** Examples
>
> # get the neighborhood of this geohash in downtown Apia as an sp object
> downtown = '2jtc5x'
> apia_nbhd = unlist(gh_neighbors(downtown))
> apia_sp = gh_to_sp(apia_nbhd)
>
> # all geohashes covering a random sampling within Apia:
> apia_covering = gh_covering(smp <- sp::spsample(apia_sp, 10L, 'random'))
Error in check_suggested("sf") :
This function requires an installation of sf; install.packages('sf') to proceed.
Calls: gh_covering ... <Anonymous> -> .class1 -> gh_to_sf -> check_suggested
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(geohashTools)
>
> # TODO(#40): activate this
> # options(warn = 2L)
> test_check('geohashTools')
Saving _problems/test-gis-tools-152.R
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 94 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• {sf} is not installed (2): 'test-gis-tools.R:116:3', 'test-gis-tools.R:189:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-gis-tools.R:152:3'): gh_covering works ─────────────────────────
Error in `check_suggested("sf")`: This function requires an installation of sf; install.packages('sf') to proceed.
Backtrace:
▆
1. └─geohashTools::gh_covering(banjarmasin) at test-gis-tools.R:152:3
2. ├─methods::as(gh_to_sf(gh), "Spatial")
3. │ └─methods:::.class1(object)
4. └─geohashTools::gh_to_sf(gh)
5. └─geohashTools:::check_suggested("sf")
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 94 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.3
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