- using R version 4.6.0 alpha (2026-03-26 r89725)
- using platform: aarch64-apple-darwin23
- R was compiled by
Apple clang version 17.0.0 (clang-1700.3.19.1)
GNU Fortran (GCC) 14.2.0
- running under: macOS Sequoia 15.7.1
- using session charset: UTF-8
* current time: 2026-03-27 18:19:34 UTC
- checking for file ‘hyd1d/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘hyd1d’ version ‘0.5.4’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... INFO
Package suggested but not available for checking: ‘RPostgreSQL’
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘hyd1d’ can be installed ... [4s/11s] OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/4s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/4s] OK
- checking whether the package can be unloaded cleanly ... [1s/4s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/4s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/4s] OK
- checking loading without being on the library search path ... [1s/9s] OK
- checking whether startup messages can be suppressed ... [1s/4s] OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [4s/9s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [2s/7s] 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
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [4s/7s] OK
Running ‘testthat.R’ [4s/6s]
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [8s/44s] 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
- checking PDF version of manual ... [2s/2s] OK
- DONE
Status: 2 ERRORs
- using check arguments '--no-clean-on-error '