Releases: DominikRafacz/deepdep
Releases · DominikRafacz/deepdep
v0.4.2
v0.4.1
deepdep version 0.4.1
- fixed bug where
plot_dependencies()
wouldn't remove all invalid dependencies when usingdeclutter = TRUE
(issue #35) - fixed bug where
plot_dependencies()
would sometimes raise an error when usingshow_version = TRUE
anddepth >= 2
(issue #36) - fixed bug where
plot_dependencies()
would plot one non-central label even when usinglabel_percentage = 0
(issue #38) - tests that use CRAN download counts now skip on CRAN only
v0.4.0
deepdep version 0.4.0
- removed hard dependencies on plotting-related packages;
ggplot2
,ggraph
,graphlayouts
,igraph
, andscales
are now Suggests instead of Imports (issue #32) - removed unused dependency on
ggforce
package - added
declutter
parameter forplot_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 toget_dependencies()
(issue #24)