Package index
-
backup_github_info() - Copy all Issues and PRs for a user or organization
-
build_package_manual() - Build manual (and optionally vignettes) for individual repository
-
build_package_network() - Build edges of all function dependencies in package
-
build_recursive_edges() - Build dataframe of edges of recursive dependencies
-
compile_package_manuals() - Save R package documentation as PDFs
-
compile_vignettes() - Create vignettes for R package
-
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
-
get_raw_issues() - Obtain Github Issues from a repository
-
get_raw_pulls() - Obtain Github pull requests from a repository
-
is_r_package() - Test if repository is an R package
-
list_repos() - List all repositories of a Github user or organization
-
package_functions() - List the functions of a package
-
parse_name() - Helper function to combine repo names if needed
-
plot_function_dependencies() - Plot dependency map of a function
-
process_repo() - Helper function to download issues/pulls of single repo
-
safe_dir_delete() - Delete a directory, retrying on transient Windows file locks
-
summarize_repository() - Summarize information about a github R package