Skip to content

v1.0.11

Latest
Compare
Choose a tag to compare
@rich-iannone rich-iannone released this 03 Feb 18:44
· 1 commit to main since this release
0b8347c
  • 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 the type argument more strictly. (@olivroy, #506)

  • DiagrammeR is compatible with igraph (>= 2.0.0) (@maelle, #500)