- Added new function
time_ordered_coords()
for calculating time-ordered coordinates (#88) - Addressed changes requested by CRAN, other changes in tidyverse (#87, #86, #85)
- Fixed various bugs in calculating and visualizing paths (#75)
- Fixed breaking changes from the upcoming release of ggplot2 3.4.0 (#79)
size
is now deprecated forgeom_dag_collider_edges()
in favor oflinewidth
, related to #79.
- Fixed CRAN errors
- Fixed issue with
dag_adjustment_sets()
whenwidth
option was low by extracting adjustment sets directly (#70) - Fixed issue with
tidy_dagitty()
that missed nodes with no edges attached. May cause minor breaking changes in randomized layouts. (#68) - Added the
limit
argument todag_paths
,ggdag_paths
, andggdag_paths_fan
(seedagitty::paths
) (#65).
tidy_dagitty()
no longer allows the dendogram layout type (#62)scale_adjusted()
now correctly aligns legend types (#61)- ggdag no longer loads ggplot2 via
Depends
, instead importing it internally (#57).
- Update vdiffr to be explicitly conditional (#51)
- Fixed bug in
activate_collider_paths()
that causes an error where a collider had a high number of ancestors (#49) - Fixed bug in
node_equivalent_dags()
where extra columns did not get joined to new tidy DAG (#40)
- Added vdiffr tests, as well as a basic test file for every
.R
file. (#27) - Updated roxygen2 version (#29)
- Fixed bugs in
dag_paths()
andgeom_dag_edges_fan()
(#31) - Removed use of
use_defaults()
ggproto
method inGeomDAGEdge
(#33) - Use
ggplot2::expansion()
instead ofexpand_scale()
when ggplot2 version is at least3.3.0
and removed local version ofexpand_scale()
(#34)
- Fixed bug in
ggdag_collider()
where the aesthetics were flipped for the colors but not the labels (issue #15, b72e34b) - Used
as.character.default()
directly for working with characters to avoid dispatch error when the formula.tools package is attached (issue #17, 0f32bb4)
- Fixed compatibility issue with ggraph 2.0.0 by changing to
strength
parameter in curved geoms - Fixed join bug in
node_equivalent_class()
that didn't account for the way dagitty returns DAGs with no direction - Fixed join bug in
node_equivalent_class()
that didn't checkto
node - Implemented
is_false()
to avoid dependency on R 3.5.0 - improved edge lengths
- add
{}
to adjustment set names to reflect convention - Set nodes to be unstyled by default
- Changed default themes and scales to be more like base ggplot2
- Added a
NEWS.md
file to track changes to the package.
- Initial release