- Fix Rd formatting and
\dontrun{}example guards. - Add
Rplots.pdfand*.tbito.gitignore.
- Local R CMD check fixes and compatibility updates.
- Standardize
rworkflows.ymlwith canonical template: replacerun_crancheckwithrun_rcmdcheck+as_cran, enable Docker onghcr.io, setwrite-allpermissions, useGITHUB_TOKEN, adddevel/RELEASE_**branch triggers.
- 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_repotoechogithuband make more robust. - New default layout:
layout_igraph
- Elevate
echogithubto an Import. - Fix
report_summarycounts.
- Use
rworkflowsGHA.- Add as dep.
- Break
dep_graph_createinto subfunctions:dep_graph_create_pkgnetdep_graph_create_github
- Select from the two
dep_graph_createoptions with newmethod=arg. - New function
construct_colors: helps construct colors fordep_graph_plot. - New function
dep_graph_createto create just the graph without the plot. - New function
subset_graphto easily subset graphs by node names.
- Fixed
package_metadataexample by usingechogithub::description_findto more robustly get DESCRIPTION file.
- Added
rworkflows - New function:
add_ghpages - New Suggest:
echogithub
- Removed unnecessary functions:
is_32bitsource_all
- Added a
NEWS.mdfile to track changes to the package.