Document dplyr package usage across repository #139
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Repository analysis identifying all dplyr package usage locations and patterns.
dplyr Usage Locations
Package Configuration
DESCRIPTION: Declared as dependencyNAMESPACE: Full import + specific functions (group_by, lead, mutate, rename, summarise)R Source Files
R/cheers_checker.R:lead()for function detection,mutate()for adding metadata,bind_rows()+rename()for combining resultsR/get_foo_coverage.R:group_by()+summarise()for coverage calculation,rename()for column mappingR/project_visualiser.R:mutate()for adding columns,rename()withall_of()helper for dynamic column renamingR/test_finder.R:bind_rows()+rename()for test path aggregationPrimary Functions Used
mutate(),rename(),group_by(),summarise()bind_rows()lead()all_of()All usage follows standard tidyverse patterns with explicit namespace qualification (
dplyr::function_name()) throughout the codebase.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.