Skip to content

Remove explicit namespacing in R code#48

Merged
maurolepore merged 4 commits into
mainfrom
namespace
Jul 18, 2025
Merged

Remove explicit namespacing in R code#48
maurolepore merged 4 commits into
mainfrom
namespace

Conversation

@maurolepore
Copy link
Copy Markdown
Owner

Summary

• Remove explicit namespace calls (e.g., dplyr::filter()filter())
• Add missing imports to R/dverse-package.R for all unnamespaced functions
• Improves code readability and maintainability by using consistent import patterns

Test plan

  • All tests pass (devtools::test())
  • R CMD check succeeds with no errors or warnings
  • Package builds successfully

🤖 Generated with Claude Code

maurolepore and others added 4 commits June 8, 2025 08:16
- Remove explicit namespace calls (e.g., dplyr::filter() → filter())
- Add missing imports to R/dverse-package.R for all unnamespaced functions
- All tests pass and R CMD check succeeds

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@maurolepore maurolepore merged commit 3c5bfff into main Jul 18, 2025
13 checks passed
@maurolepore maurolepore deleted the namespace branch July 18, 2025 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant