Last updated on 2026-03-29 21:54:21 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.4 | 13.41 | 158.35 | 171.76 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.5.4 | 8.33 | 98.53 | 106.86 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.5.4 | 21.00 | 222.21 | 243.21 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.4 | 21.00 | 225.90 | 246.90 | OK | |
| r-devel-macos-arm64 | 0.5.4 | 4.00 | 163.00 | 167.00 | ERROR | |
| r-devel-windows-x86_64 | 0.5.4 | 15.00 | 156.00 | 171.00 | OK | |
| r-patched-linux-x86_64 | 0.5.4 | 13.35 | 146.71 | 160.06 | OK | |
| r-release-linux-x86_64 | 0.5.4 | 12.61 | 151.12 | 163.73 | OK | |
| r-release-macos-arm64 | 0.5.4 | 4.00 | 162.00 | 166.00 | OK | |
| r-release-macos-x86_64 | 0.5.4 | 12.00 | 296.00 | 308.00 | OK | |
| r-release-windows-x86_64 | 0.5.4 | 14.00 | 150.00 | 164.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.4 | 4.00 | 148.00 | 152.00 | OK | |
| r-oldrel-macos-x86_64 | 0.5.4 | 12.00 | 326.00 | 338.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.4 | 20.00 | 204.00 | 224.00 | OK |
Version: 0.5.4
Check: examples
Result: ERROR
Running examples in ‘hyd1d-Ex.R’ failed
The error most likely occurred in:
> ### Name: getPegelonlineW
> ### Title: Get W from pegelonline.wsv.de for the specified gauging station
> ### and time
> ### Aliases: getPegelonlineW
>
> ### ** Examples
>
> ## Don't show:
> if (hyd1d:::.pegelonline_status()) withAutoprint({ # examplesIf
+ ## End(Don't show)
+ getPegelonlineW(gauging_station = "DESSAU", time = Sys.time() - 3600)
+ getPegelonlineW(gauging_station = "DESSAU", time = Sys.Date() - 1)
+ ## Don't show:
+ }) # examplesIf
> getPegelonlineW(gauging_station = "DESSAU", time = Sys.time() - 3600)
Error in xy.coords(x, y, setLab = FALSE) :
'x' is a list, but does not have components 'x' and 'y'
Calls: withAutoprint ... getPegelonlineW -> <Anonymous> -> regularize.values -> xy.coords
Execution halted
Flavor: r-devel-macos-arm64
Version: 0.5.4
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘hyd1d.Rmd’ using rmarkdown
Quitting from hyd1d.Rmd:359-390 [figure2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `plot.window()`:
! need finite 'ylim' values
---
Backtrace:
▆
1. └─hyd1d::plotShiny(...)
2. ├─base::do.call(.plotShiny, dots)
3. └─hyd1d (local) `<fn>`(...)
4. ├─base::do.call(.plot, dots)
5. └─hyd1d (local) `<fn>`(...)
6. ├─graphics::plot(...)
7. └─graphics::plot.default(...)
8. └─graphics (local) localWindow(xlim, ylim, log, asp, ...)
9. └─graphics::plot.window(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'hyd1d.Rmd' failed with diagnostics:
need finite 'ylim' values
--- failed re-building ‘hyd1d.Rmd’
--- re-building ‘vignette_DE.Rmd’ using rmarkdown
Quitting from vignette_DE.Rmd:1172-1198 [figure15]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `plot.window()`:
! need finite 'ylim' values
---
Backtrace:
▆
1. └─hyd1d::plotShiny(wldf, TRUE, TRUE, TRUE, xlim = c(xlim_min, xlim_max))
2. ├─base::do.call(.plotShiny, dots)
3. └─hyd1d (local) `<fn>`(...)
4. ├─base::do.call(.plot, dots)
5. └─hyd1d (local) `<fn>`(...)
6. ├─graphics::plot(...)
7. └─graphics::plot.default(...)
8. └─graphics (local) localWindow(xlim, ylim, log, asp, ...)
9. └─graphics::plot.window(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'vignette_DE.Rmd' failed with diagnostics:
need finite 'ylim' values
--- failed re-building ‘vignette_DE.Rmd’
SUMMARY: processing the following files failed:
‘hyd1d.Rmd’ ‘vignette_DE.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-macos-arm64