Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
orgadish
/
deduped
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Version 0.5.0: Bug fixes, new verbose argument, and deprecating deduped_map
- #4
#4
Merged
orgadish
merged 13 commits into
main
orgadish/deduped:main
from
og/improvements
orgadish/deduped:og/improvements
Copy head branch name to clipboard
Jun 15, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Version 0.5.0: Bug fixes, new verbose argument, and deprecating deduped_map
#4
orgadish
merged 13 commits into
main
orgadish/deduped:main
from
og/improvements
orgadish/deduped:og/improvements
Copy head branch name to clipboard
Commits
Commits on Jun 14, 2026
Add early exits to deduped when trivially short, or no duplication and improve error messaging.
orgadish
committed
a91babd
View commit details
Copy full SHA for a91babd
Browse repository at this point
Ensure that with_deduped errors if not called on a call expression, improve swap_arg readability and add a guard for when a function without a first argument is called.
orgadish
committed
0a59a19
View commit details
Copy full SHA for 0a59a19
Browse repository at this point
Make the if/else in deduped only responsible for deciding the functions
orgadish
committed
acadf4d
View commit details
Copy full SHA for acadf4d
Browse repository at this point
Deduped now pulls names by expanding uf's names rather than from the input (in case f changes names).
orgadish
committed
ed1e251
View commit details
Copy full SHA for ed1e251
Browse repository at this point
Revert taking names from expanded uf. It adds complexity and handles an uncommon edge case.
orgadish
committed
279c48c
View commit details
Copy full SHA for 279c48c
Browse repository at this point
Add comment explaining that with_deduped() should not be used in a loop.
orgadish
committed
a1e9617
View commit details
Copy full SHA for a1e9617
Browse repository at this point
Update Rd files for deduped and with_deduped
orgadish
committed
36d4326
View commit details
Copy full SHA for 36d4326
Browse repository at this point
Fully remove deduped_map, tests, and purrr dependency.
orgadish
committed
db867c0
View commit details
Copy full SHA for db867c0
Browse repository at this point
Fix deduped.R name behavior and bug in early exit.
orgadish
committed
2163e29
View commit details
Copy full SHA for 2163e29
Browse repository at this point
Update tests
orgadish
committed
26729e4
View commit details
Copy full SHA for 26729e4
Browse repository at this point
Simplified deduped name-handling behavior, and added a `verbose` argument with messaging. Updated tests.
orgadish
committed
6401fcd
View commit details
Copy full SHA for 6401fcd
Browse repository at this point
Update .Rd files
orgadish
committed
085124c
View commit details
Copy full SHA for 085124c
Browse repository at this point
Commits on Jun 15, 2026
Update DESCRIPTION, NEWS, cran-comments, WORDLIST
orgadish
committed
53360a1
View commit details
Copy full SHA for 53360a1
Browse repository at this point
You can’t perform that action at this time.