Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-02-03 | 644 Bytes | |
v1.0.11 source code.tar.gz | 2024-02-03 | 6.0 MB | |
v1.0.11 source code.zip | 2024-02-03 | 6.4 MB | |
Totals: 3 Items | 12.5 MB | 0 |
-
DiagrammeR now has a dependency on viridisLite instead of viridis (@olivroy, [#511])
-
DiagrammeR nows uses testthat 3rd edition (@olivroy, [#498])
-
No longer use deprecated features from tibble, igraph and tidyselect (>= 1.2.0) (@olivroy, [#497], [#507])
-
Error messages have been reviewed and now use cli (@olivroy, [#499], [#502])
-
It is now easier to install suggested packages on the fly. DiagrammeR now uses
rlang::check_installed()
internally. (@olivroy, [#499]) -
DiagrammeR()
checks thetype
argument more strictly. (@olivroy, [#506]) -
DiagrammeR is compatible with igraph (>= 2.0.0) (@maelle, [#500])