Skip to content

Add location global#64

Merged
beanumber merged 1 commit intobeanumber:masterfrom
DavisVaughan:fix/dplyr
Feb 16, 2026
Merged

Add location global#64
beanumber merged 1 commit intobeanumber:masterfrom
DavisVaughan:fix/dplyr

Conversation

@DavisVaughan
Copy link
Contributor

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

We have removed the defunct function dplyr::location().

Your package does one of two things:

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

  • It references a column named location, likely in a mutate() or summarise(), but does not note this as a global variable with utils::globalVariables("location"). In this case, you got lucky that dplyr exported location(), meaning that you did not need a global variable for "location". Since we have removed dplyr::location(), 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!

@beanumber
Copy link
Owner

Closed via 5a70990

@beanumber beanumber closed this Feb 16, 2026
@beanumber beanumber reopened this Feb 16, 2026
@beanumber beanumber merged commit d3d957d into beanumber:master Feb 16, 2026
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