Evaluate where get_path() and friends belong #1796
Closed
Comments
withr has It doesn't seem like these functions are used by any packages on CRAN (including devtools) so maybe we should just remove them entirely? |
I can convince myself either way, but The Great Devtools Breakup certainly feels like a good time to clean out the proverbial closet. |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
HughParsonage
added a commit
to HughParsonage/devtools
that referenced
this issue
Jul 2, 2019
These were unused by devtools or packages on CRAN and the functionality has been moved to withr. Fixes r-lib#1796
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is devtools still the forever home for
get_path()
,set_path(path)
, andadd_path(path, after = Inf)
? I came across these in a disambiguation prompt when seeking help onfs::path()
. The latter two definitely feel more like withr functions now.The text was updated successfully, but these errors were encountered: