ggraph
Grammar of graphics extension for visualizing networks, graphs and trees in R
ggraph has settled into ggplot2 compatibility duty
◆Recent moves
- 11mo ago
get_edges() collapse fix and ggplot2 v4 upkeep
One bug fix plus general compatibility work for ggplot2 v4.0.0. Consistent with the package's caretaker cadence.
View source ↗ - 2y ago
Native pipe usage rolled back
Reverts native pipe usage to restore compatibility with older R versions. A packaging decision with no user-facing effect.
View source ↗ - 2y ago
Layout precision and edge geom fixes across the package
The last release with substantial content: circle-pack precision, parallel-edge labelling, undirected tree auto-layout and a rename from edge_size to edge_width on GeomEdgeTile. Broad enough that most users of edge geoms saw something change.
View source ↗ - 3y ago
Binned edge scales and compiled dendrogram layouts
Adds binned edge scales and moves dendrogram layout into compiled code to avoid R's recursion stack limits — the one change in this window that raised the ceiling on graph size rather than fixing behaviour.
View source ↗ - 5y ago
C++11 pinned to fix std::random_shuffle deprecation
A compiler-flag fix for a deprecated C++ function. Invisible to users.
View source ↗ - 5y ago
Faceting and edge geom bug fixes
A batch of narrow faceting, layout-warning and edge-label fixes. Nothing that changes what the package can draw.
View source ↗