Last updated on 2026-04-16 05:55:13 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.4.2 | 13.96 | 219.36 | 233.32 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.4.2 | 8.97 | 148.94 | 157.91 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.4.2 | 25.00 | 329.06 | 354.06 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.4.2 | 25.00 | 373.39 | 398.39 | OK | |
| r-devel-macos-arm64 | 1.4.2 | 3.00 | 49.00 | 52.00 | OK | |
| r-devel-windows-x86_64 | 1.4.2 | 15.00 | 190.00 | 205.00 | OK | |
| r-patched-linux-x86_64 | 1.4.2 | 14.78 | 196.88 | 211.66 | OK | |
| r-release-linux-x86_64 | 1.4.2 | 11.42 | 192.01 | 203.43 | OK | |
| r-release-macos-arm64 | 1.4.2 | 3.00 | 53.00 | 56.00 | OK | |
| r-release-macos-x86_64 | 1.4.2 | 9.00 | 174.00 | 183.00 | OK | |
| r-release-windows-x86_64 | 1.4.2 | 17.00 | 186.00 | 203.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.4.2 | 3.00 | 55.00 | 58.00 | OK | |
| r-oldrel-macos-x86_64 | 1.4.2 | 10.00 | 200.00 | 210.00 | OK | |
| r-oldrel-windows-x86_64 | 1.4.2 | 22.00 | 241.00 | 263.00 | OK |
Version: 1.4.2
Check: examples
Result: ERROR
Running examples in 'nhdplusTools-Ex.R' failed
The error most likely occurred in:
> ### Name: get_waterbody_index
> ### Title: Get Waterbody Index
> ### Aliases: get_waterbody_index
>
> ### ** Examples
>
>
> source(system.file("extdata/sample_data.R", package = "nhdplusTools"))
>
> waterbodies <- sf::st_transform(
+ sf::read_sf(sample_data, "NHDWaterbody"), 5070)
>
> points <- sf::st_transform(
+ sf::st_sfc(sf::st_point(c(-89.356086, 43.079943)),
+ crs = 4326), 5070)
>
> get_waterbody_index(waterbodies, points,
+ search_radius = units::set_units(500, "m"))
Flavor: r-release-windows-x86_64