Last updated on 2025-12-16 17:49:35 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.39 | 158.31 | 162.70 | 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 | 11.00 | 259.00 | 270.00 | NOTE | |
| r-patched-linux-x86_64 | 0.7.0 | 8.51 | 209.23 | 217.74 | 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 | 13.00 | 319.00 | 332.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_15_01_50_00_10827\Rtmp06rDci/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
Quitting from V01_Structure_SD_model.Rmd:77-79 [diagram]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `png::readPNG()`:
! unable to open D:\temp\2025_12_15_01_50_00_10827\RtmpGqUeIZ/f7208ed80fcc9fb808e5005ccd490fcd.png
---
Backtrace:
▆
1. ├─base::plot(griwrm)
2. └─airGRiwrm::plot.GRiwrm(griwrm)
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 'V01_Structure_SD_model.Rmd' failed with diagnostics:
unable to open D:\temp\2025_12_15_01_50_00_10827\RtmpGqUeIZ/f7208ed80fcc9fb808e5005ccd490fcd.png
--- failed 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
Quitting from V03_Open-loop_influenced_flow.Rmd:74-76 [diagram]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `png::readPNG()`:
! unable to open D:\temp\2025_12_15_01_50_00_10827\Rtmpy60Bpb/0396adc2b65fb07ce10e2d29b21c9067.png
---
Backtrace:
▆
1. ├─base::plot(griwrmV03)
2. └─airGRiwrm::plot.GRiwrm(griwrmV03)
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 'V03_Open-loop_influenced_flow.Rmd' failed with diagnostics:
unable to open D:\temp\2025_12_15_01_50_00_10827\Rtmpy60Bpb/0396adc2b65fb07ce10e2d29b21c9067.png
--- failed re-building 'V03_Open-loop_influenced_flow.Rmd'
--- re-building 'V04_Closed-loop_regulated_withdrawal.Rmd' using rmarkdown
Quitting from V04_Closed-loop_regulated_withdrawal.Rmd:71-74 [griwm]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `png::readPNG()`:
! unable to open D:\temp\2025_12_15_01_50_00_10827\RtmpaoPqbc/dfaefe933a604bb299988a4cbf67549c.png
---
Backtrace:
▆
1. ├─base::plot(griwrmV04)
2. └─airGRiwrm::plot.GRiwrm(griwrmV04)
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 'V04_Closed-loop_regulated_withdrawal.Rmd' failed with diagnostics:
unable to open D:\temp\2025_12_15_01_50_00_10827\RtmpaoPqbc/dfaefe933a604bb299988a4cbf67549c.png
--- failed 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_15_01_50_00_10827\RtmpeYEooX/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_15_01_50_00_10827\RtmpeYEooX/3e3e82f87c0acfdf44b9e570a54f81f2.png
--- failed re-building 'V05_Modelling_ungauged_nodes.Rmd'
--- re-building 'V06_Modelling_regulated_diversion.Rmd' using rmarkdown
Quitting from V06_Modelling_regulated_diversion.Rmd:53-65 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `png::readPNG()`:
! unable to open D:\temp\2025_12_15_01_50_00_10827\Rtmpo7LvrU/dcdaef8144d7a6202a8499abddec1c9d.png
---
Backtrace:
▆
1. ├─base::plot(griwrmV06)
2. └─airGRiwrm::plot.GRiwrm(griwrmV06)
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 'V06_Modelling_regulated_diversion.Rmd' failed with diagnostics:
unable to open D:\temp\2025_12_15_01_50_00_10827\Rtmpo7LvrU/dcdaef8144d7a6202a8499abddec1c9d.png
--- failed re-building 'V06_Modelling_regulated_diversion.Rmd'
--- re-building 'airGRiwrm.Rmd' using rmarkdown
--- finished re-building 'airGRiwrm.Rmd'
SUMMARY: processing the following files failed:
'V01_Structure_SD_model.Rmd' 'V03_Open-loop_influenced_flow.Rmd'
'V04_Closed-loop_regulated_withdrawal.Rmd'
'V05_Modelling_ungauged_nodes.Rmd'
'V06_Modelling_regulated_diversion.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-windows-x86_64