Skip to contents

All functions

build_package_network()
Build edges of all function dependencies in package
build_recursive_edges()
Build dataframe of edges of recursive dependencies
find_function_dependencies()
List the functions in a package that depend on a function
find_recursive_dependencies()
Identify all functions that are called by the specified function, and all functions called by them, etc
find_reverse_dependencies()
List functions that call the specified functions
get_branch_activity()
Return active branches and the most recent updates of github repository
get_issues()
Return summary of open Github Issues
get_pull_requests()
Return summary of open Github Pull Requests
package_functions()
List the functions of a package
plot_function_dependencies()
Plot dependency map of a function
summarize_repository()
Summarize information about a github R package