Package index
-
build_archive_df() - Build a lookup table of CRAN archive first appearance dates
-
extract_github_repo() - Extract GitHub user and repository from text
-
get_components_cran() - Extract ggplot2-extension components from a CRAN package
-
get_components_github() - Extract ggplot2 grammar components from a GitHub repository
-
get_first_all() - Get “first seen” dates for a symbol across GitHub + CRAN
-
get_first_call_cran() - Find the first CRAN release containing a call to a function in an R file
-
get_first_call_github() - Find the first commit where a function is called in a GitHub repo
-
get_first_commit() - Find the first commit that introduces a function definition in a GitHub repo
-
get_first_export_cran() - Find the first CRAN release exporting a symbol
-
get_first_export_github() - Find the first commit where a symbol is explicitly exported on GitHub
-
get_first_release() - Get CRAN location and first release date for an R package
-
get_first_repo_commit() - Find the first (root) commit in a GitHub repository
-
github_pages_to_repo() - Convert GitHub Pages URLs to GitHub repository URLs
-
in_grammar_check_cran() - Classify CRAN package as in-grammar or other
-
in_grammar_check_github() - Classify GitHub package as in-grammar or other
-
which_dep_cran() - Classify ggplot2 dependency type for CRAN packages
-
which_dep_github() - Determine ggplot2 dependency for a GitHub package