Skip to content

Releases: flyaflya/causact

causact 0.3.2

09 Jul 13:40

Choose a tag to compare

Minor improvements and fixes

  • dag_render() displayed weird DAGs when users have dplyr (>=v1.0) installed. Isolated problem to changes in dplyr::group_indices() and dplyr::bind_cols that caused a jumbling of node id's.
  • Updated README.md to display images and give CRAN install instructions.

causact 0.3.1

07 Jul 16:57

Choose a tag to compare

  • Initial release for CRAN
  • Biggest change from previous development versions is that dag_greta() now returns a dataframe as opposed to creating variables in your global environment.