hadley / r-pkgs

Building R packages
https://r-pkgs.org
Other
866 stars 631 forks source link

Bugfix/issue 1033 lubridate::here() #1044

Open skolenik opened 6 months ago

skolenik commented 6 months ago

Issue 1033 https://github.com/hadley/r-pkgs/issues/1033 points out to lubridate::here() being removed from the package. The example in Sec 10.2.1 https://r-pkgs.org/dependencies-mindset-background.html#sec-dependencies-namespace-motivation got obsolete. I am providing a replacement with dplyr::filter() although I recognize that it has limitations: it does not really how the package load sequence affects the search path.

(Some easy alternatives can be cooked up with tidylog that provides additional output to many dplyr verbs.)