Skip to content

Add id global - #251

Merged
aclark02-arcus merged 1 commit into
Biogen-Inc:ac-prep022from
DavisVaughan:fix/dplyr
Jan 30, 2026
Merged

Add id global#251
aclark02-arcus merged 1 commit into
Biogen-Inc:ac-prep022from
DavisVaughan:fix/dplyr

Conversation

@DavisVaughan

Copy link
Copy Markdown

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!

@aclark02-arcus
aclark02-arcus changed the base branch from master to ac-prep022 January 30, 2026 14:47
@aclark02-arcus

Copy link
Copy Markdown
Collaborator

Thanks for the notice!

@aclark02-arcus
aclark02-arcus merged commit 1e8ad0e into Biogen-Inc:ac-prep022 Jan 30, 2026
0 of 7 checks passed
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