Skip to content

Add id global#168

Merged
rcannood merged 1 commit intodynverse:masterfrom
DavisVaughan:fix/dplyr
Mar 31, 2026
Merged

Add id global#168
rcannood merged 1 commit intodynverse:masterfrom
DavisVaughan:fix/dplyr

Conversation

@DavisVaughan
Copy link
Copy Markdown
Contributor

Hi there, we are working on the next version of dplyr and your package was flagged in our reverse dependency checks.

Your package does one of two things:

  • It re-exports dplyr::id(), which has been defunct for many years and has now been removed from dplyr.

  • It references a column named id, likely in a mutate() or summarise(), but does not note this as a global variable with utils::globalVariables("id"). In this case, you got lucky that dplyr exported id(), meaning that you did not need a global variable for "id". Since we have removed dplyr::id(), your package will need this now.

dplyr will be released on January 31, 2026. If you could please send an update of your package to CRAN before then, that would help us out a lot! Thanks!

@rcannood rcannood merged commit bad3b2b into dynverse:master Mar 31, 2026
1 check passed
@rcannood
Copy link
Copy Markdown
Member

Thanks @DavisVaughan !

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.

2 participants