Last updated on 2025-12-19 08:48:26 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.0 | 7.20 | 209.55 | 216.75 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.7.0 | 4.78 | 158.03 | 162.81 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.7.0 | 13.00 | 314.06 | 327.06 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 11.00 | 331.91 | 342.91 | NOTE | |
| r-devel-windows-x86_64 | 0.7.0 | 9.00 | 252.00 | 261.00 | ERROR | |
| r-patched-linux-x86_64 | 0.7.0 | 8.02 | 199.95 | 207.97 | NOTE | |
| r-release-linux-x86_64 | 0.7.0 | 6.39 | 200.20 | 206.59 | NOTE | |
| r-release-macos-arm64 | 0.7.0 | NOTE | ||||
| r-release-macos-x86_64 | 0.7.0 | 5.00 | 278.00 | 283.00 | NOTE | |
| r-release-windows-x86_64 | 0.7.0 | 10.00 | 251.00 | 261.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.7.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.7.0 | 5.00 | 321.00 | 326.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.0 | 14.00 | 241.00 | 255.00 | ERROR |
Version: 0.7.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘plot.GRiwrm.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 0.7.0
Check: examples
Result: ERROR
Running examples in 'airGRiwrm-Ex.R' failed
The error most likely occurred in:
> ### Name: mermaid
> ### Title: Plot a mermaid diagram
> ### Aliases: mermaid mermaid_gen_link plot.mermaid
>
> ### ** Examples
>
> ## Not run:
> ##D diagram <- "flowchart LR\n A --> B"
> ##D mermaid_gen_link(diagram)
> ##D f <- mermaid(diagram)
> ##D f
> ##D
> ##D # For displaying the diagram in Rmarkdown document
> ##D knitr::include_graphics(mermaid(diagram))
> ##D
> ##D # Clean temporary folder
> ##D unlink(f)
> ## End(Not run)
>
> s <- "flowchart LR
+ A -> B"
> class(s) <- c("mermaid", class(s))
> plot(s)
Error in png::readPNG(path, native = TRUE) :
unable to open D:\temp\2025_12_17_01_50_00_18063\RtmpIT2bdQ/7b6ed8ff6d5194704bbfe2d06d9048e0.png
Calls: plot -> plot.mermaid -> plot_png -> <Anonymous>
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.7.0
Check: examples
Result: ERROR
Running examples in 'airGRiwrm-Ex.R' failed
The error most likely occurred in:
> ### Name: mermaid
> ### Title: Plot a mermaid diagram
> ### Aliases: mermaid mermaid_gen_link plot.mermaid
>
> ### ** Examples
>
> ## Not run:
> ##D diagram <- "flowchart LR\n A --> B"
> ##D mermaid_gen_link(diagram)
> ##D f <- mermaid(diagram)
> ##D f
> ##D
> ##D # For displaying the diagram in Rmarkdown document
> ##D knitr::include_graphics(mermaid(diagram))
> ##D
> ##D # Clean temporary folder
> ##D unlink(f)
> ## End(Not run)
>
> s <- "flowchart LR
+ A -> B"
> class(s) <- c("mermaid", class(s))
> plot(s)
Error in png::readPNG(path, native = TRUE) :
unable to open D:\temp\2025_12_17_01_50_00_18063\RtmpyGrO0c/7b6ed8ff6d5194704bbfe2d06d9048e0.png
Calls: plot -> plot.mermaid -> plot_png -> <Anonymous>
Execution halted
Flavor: r-oldrel-windows-x86_64
Version: 0.7.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'V01_Structure_SD_model.Rmd' using rmarkdown
--- finished re-building 'V01_Structure_SD_model.Rmd'
--- re-building 'V02_Calibration_SD_model.Rmd' using rmarkdown
--- finished re-building 'V02_Calibration_SD_model.Rmd'
--- re-building 'V03_Open-loop_influenced_flow.Rmd' using rmarkdown
--- finished re-building 'V03_Open-loop_influenced_flow.Rmd'
--- re-building 'V04_Closed-loop_regulated_withdrawal.Rmd' using rmarkdown
--- finished re-building 'V04_Closed-loop_regulated_withdrawal.Rmd'
--- re-building 'V05_Modelling_ungauged_nodes.Rmd' using rmarkdown
Quitting from V05_Modelling_ungauged_nodes.Rmd:114-116 [plot_network]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `png::readPNG()`:
! unable to open D:\temp\2025_12_17_01_50_00_18063\RtmpSevL6N/3e3e82f87c0acfdf44b9e570a54f81f2.png
---
Backtrace:
▆
1. ├─base::plot(griwrmV05)
2. └─airGRiwrm::plot.GRiwrm(griwrmV05)
3. ├─base::plot(diagram, ...)
4. └─airGRiwrm::plot.mermaid(diagram, ...)
5. └─airGRiwrm:::plot_png(file_mmd, add = add)
6. └─png::readPNG(path, native = TRUE)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'V05_Modelling_ungauged_nodes.Rmd' failed with diagnostics:
unable to open D:\temp\2025_12_17_01_50_00_18063\RtmpSevL6N/3e3e82f87c0acfdf44b9e570a54f81f2.png
--- failed re-building 'V05_Modelling_ungauged_nodes.Rmd'
--- re-building 'V06_Modelling_regulated_diversion.Rmd' using rmarkdown
--- finished re-building 'V06_Modelling_regulated_diversion.Rmd'
--- re-building 'airGRiwrm.Rmd' using rmarkdown
--- finished re-building 'airGRiwrm.Rmd'
SUMMARY: processing the following file failed:
'V05_Modelling_ungauged_nodes.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-windows-x86_64