Last updated on 2026-04-19 06:51:06 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.4.2 | 14.60 | 213.73 | 228.33 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.4.2 | 10.27 | 148.46 | 158.73 | 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 | 19.00 | 186.00 | 205.00 | ERROR | |
| r-patched-linux-x86_64 | 1.4.2 | 14.78 | 196.88 | 211.66 | OK | |
| r-release-linux-x86_64 | 1.4.2 | 11.29 | 193.68 | 204.97 | 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 | 18.00 | 187.00 | 205.00 | OK | |
| 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 | 21.00 | 248.00 | 269.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-devel-windows-x86_64