Releases: r-causal/ggdag
Releases · r-causal/ggdag
ggdag v0.2.13
A hotfix to address an expected failure on CRAN. See #159 for root issue to be addressed on future release.
v0.2.12
A hotfix to address changes to supporting packages and a few other items requested by CRAN. These changes live on a hotfix branch, but all issues are addressed on the main branch and will be bundled with 0.3.0 at its release
ggdag 0.2.11
- Internal update to address upcoming changes in ggplot2 (#125, thanks @teunbrand)
- Implemented automatic time-ordered coordinates for
time_ordered_coords()andlayout(#115) - Added
geom_dag_label()to complementgeom_dag_text()and the repel functions (#116) - Added
pull_dag()andpull_dag_data()to extract DAG components,update_dag()andupdate_dag_data()to update DAG components, andas_tidy_dagitty()to construct DAGs from data frames (#117). Thanks to @lorenzoFabbri for inspiring some of the data-to-dag code in #90.
ggdag 0.2.10
- Fixed bug where ggdag was using wrong
left_join()interface with dplyr 1.1.0 (#110)
ggdag 0.2.9
ggdag 0.2.8
ggdag 0.2.7
ggdag 0.2.6
- Fixed CRAN errors
ggdag 0.2.5
- Fixed issue with
dag_adjustment_sets()whenwidthoption 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
limitargument todag_paths,ggdag_paths, andggdag_paths_fan(seedagitty::paths) (#65).