Skip to content

Releases: r-causal/ggdag

ggdag v0.2.13

22 Jul 16:35
Compare
Choose a tag to compare

A hotfix to address an expected failure on CRAN. See #159 for root issue to be addressed on future release.

v0.2.12

11 Mar 19:33
Compare
Choose a tag to compare

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

24 Jan 15:39
Compare
Choose a tag to compare
  • Internal update to address upcoming changes in ggplot2 (#125, thanks @teunbrand)
  • Implemented automatic time-ordered coordinates for time_ordered_coords() and layout (#115)
  • Added geom_dag_label() to complement geom_dag_text() and the repel functions (#116)
  • Added pull_dag() and pull_dag_data() to extract DAG components, update_dag() and update_dag_data() to update DAG components, and as_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

29 May 12:54
Compare
Choose a tag to compare
  • Fixed bug where ggdag was using wrong left_join() interface with dplyr 1.1.0 (#110)

ggdag 0.2.9

22 May 20:12
Compare
Choose a tag to compare
  • Fixed bugs in instrumental functions for complex and non-existent IVs (#99)
  • Updated URLs to new r-causal GitHub repository (#94)

ggdag 0.2.8

17 Mar 18:53
Compare
Choose a tag to compare
  • Added new function time_ordered_coords() for calculating time-ordered coordinates (#88)
  • Addressed changes requested by CRAN, other changes in tidyverse (#87, #86, #85)

ggdag 0.2.7

29 Oct 21:01
Compare
Choose a tag to compare
  • 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 for geom_dag_collider_edges() in favor of linewidth, related to #79.

ggdag 0.2.6

26 Aug 22:07
Compare
Choose a tag to compare
  • Fixed CRAN errors

ggdag 0.2.5

16 Jul 18:33
Compare
Choose a tag to compare
  • Fixed issue with dag_adjustment_sets() when width 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 to dag_paths, ggdag_paths, and ggdag_paths_fan (see dagitty::paths) (#65).

ggdag 0.2.4

10 Oct 19:12
Compare
Choose a tag to compare
  • 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).