rich-iannone / DiagrammeR

Graph and network visualization using tabular data in R
https://rich-iannone.github.io/DiagrammeR/
Other
1.68k stars 247 forks source link

Fix warnings in tests (don't use tidyselect, igraph deprecated features) + gh actions #497

Closed olivroy closed 9 months ago

olivroy commented 9 months ago

Various cleaning in tests to make the potential transition to testthat 3rd edition much easier (as expect_is is deprecated for testthat edition 3)

Edit: I also updated gh actions because they were not testing for r 4.3 and r 4.4