Skip to content

Releases: DominikRafacz/deepdep

v0.4.2

20 Feb 20:06
Compare
Choose a tag to compare
  • fixed bug caused by breaking change in igraph related to assigning attributes to graph nodes (issue #51)
  • fixed bug which made plots unable to be rendered when there are no dependencies

v0.4.1

20 Dec 17:56
Compare
Choose a tag to compare

deepdep version 0.4.1

  • fixed bug where plot_dependencies() wouldn't remove all invalid dependencies when using declutter = TRUE (issue #35)
  • fixed bug where plot_dependencies() would sometimes raise an error when using show_version = TRUE and depth >= 2 (issue #36)
  • fixed bug where plot_dependencies() would plot one non-central label even when using label_percentage = 0 (issue #38)
  • tests that use CRAN download counts now skip on CRAN only

v0.4.0

17 Dec 14:42
Compare
Choose a tag to compare

deepdep version 0.4.0

  • removed hard dependencies on plotting-related packages; ggplot2, ggraph, graphlayouts, igraph, and scales are now Suggests instead of Imports (issue #32)
  • removed unused dependency on ggforce package
  • added declutter parameter for plot_dependencies() that allows for ignoring non-strong dependencies of Suggests while plotting (issue #27)
  • vcr package is now optional for running tests (pull request #26)

deepdep version 0.3.1

  • adjusted parameter of deepdep() function similarly to get_dependencies() (issue #24)

v0.3.0

09 Dec 18:57
982f153
Compare
Choose a tag to compare

deepdep version 0.3.0

  • adjusted dependency_type argument to be consistent with tools package (issue #19)
  • added show_stamp parameter for plot function (issue #20)