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

Documentation validation #509

Closed olivroy closed 7 months ago

olivroy commented 7 months ago

I checked that no deprecated functions were present.

I added a note in NEWS for myself, but think it is worth including here for reference.

If I understood correctly, create_random_graph() is deprecated in favor of create_graph() + add_gnm_graph(), add_growing_graph(), add_islands_graph(), add_smallworld_graph() for the creation of randomized graphs

Fix #296 Fix #423

rich-iannone commented 7 months ago

This is all correct. Thanks for making all of these fixes for consistency in the docs!

rich-iannone commented 7 months ago

Are you able to merge yourself? If so, please go ahead at your leisure (the settings don't really indicate what the case is on your side).