- Change
deps=
arg to exclude. - New features for finding reverse dependencies:
dep_graph(reverse=TRUE)
revdep_*
functions
- Change all args:
pkg_name
-->pkg
(more terse) - New function:
merge_graphs
- Move
add_owner_repo
toechogithub
and make more robust. - New default layout:
layout_igraph
- Elevate
echogithub
to an Import. - Fix
report_summary
counts.
- Use
rworkflows
GHA.- Add as dep.
- Break
dep_graph_create
into subfunctions:dep_graph_create_pkgnet
dep_graph_create_github
- Select from the two
dep_graph_create
options with newmethod=
arg. - New function
construct_colors
: helps construct colors fordep_graph_plot
. - New function
dep_graph_create
to create just the graph without the plot. - New function
subset_graph
to easily subset graphs by node names.
- Fixed
package_metadata
example by usingechogithub::description_find
to more robustly get DESCRIPTION file.
- Added
rworkflows
- New function:
add_ghpages
- New Suggest:
echogithub
- Removed unnecessary functions:
is_32bit
source_all
- Added a
NEWS.md
file to track changes to the package.