Last updated on 2025-12-21 11:50:28 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| airGRiwrm | 1 | 9 | 3 |
| hubeau | 13 | ||
| Rthingsboard | 2 | 11 |
Current CRAN status: ERROR: 1, NOTE: 9, OK: 3
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
Current CRAN status: OK: 13
Current CRAN status: NOTE: 2, OK: 11
Version: 0.2.7
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘httr’ ‘logger’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc