Last updated on 2024-09-15 08:49:28 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.2 | 13.93 | 158.65 | 172.58 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.2 | 7.80 | 103.04 | 110.84 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.2 | 263.88 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.2 | 280.33 | OK | |||
r-devel-windows-x86_64 | 0.5.2 | 16.00 | 157.00 | 173.00 | OK | |
r-patched-linux-x86_64 | 0.5.2 | 13.98 | 161.98 | 175.96 | OK | |
r-release-linux-x86_64 | 0.5.2 | 13.01 | 156.01 | 169.02 | OK | |
r-release-macos-arm64 | 0.5.2 | 232.00 | OK | |||
r-release-macos-x86_64 | 0.5.2 | 428.00 | OK | |||
r-release-windows-x86_64 | 0.5.2 | 15.00 | 157.00 | 172.00 | OK | |
r-oldrel-macos-arm64 | 0.5.2 | 221.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.5.2 | 403.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.5.2 | 19.00 | 201.00 | 220.00 | OK |
Version: 0.5.2
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()) (if (getRversion() >= "3.4") withAutoprint else force)({ # 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: <Anonymous> ... getPegelonlineW -> <Anonymous> -> regularize.values -> xy.coords
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 0.5.2
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘hyd1d.Rmd’
...
> if (outputFormat == "html") {
+ is_html <- TRUE
+ } else {
+ is_html <- FALSE
+ }
When sourcing ‘hyd1d.R’:
Error: argument is of length zero
Execution halted
when running code in ‘vignette_DE.Rmd’
...
> if (outputFormat == "html") {
+ is_html <- TRUE
+ } else {
+ is_html <- FALSE
+ }
When sourcing ‘vignette_DE.R’:
Error: argument is of length zero
Execution halted
‘hyd1d.Rmd’ using ‘UTF-8’... failed
‘vignette_DE.Rmd’ using ‘UTF-8’... failed
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.5.2
Check: re-building of vignette outputs
Result: NOTE
Error(s) in re-building vignettes:
...
--- re-building ‘hyd1d.Rmd’ using rmarkdown
Quitting from lines 360-390 [figure2] (hyd1d.Rmd)
Error: processing vignette 'hyd1d.Rmd' failed with diagnostics:
the condition has length > 1
--- failed re-building ‘hyd1d.Rmd’
--- re-building ‘vignette_DE.Rmd’ using rmarkdown
Quitting from lines 1173-1198 [figure15] (vignette_DE.Rmd)
Error: processing vignette 'vignette_DE.Rmd' failed with diagnostics:
the condition has length > 1
--- 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-oldrel-macos-arm64