r-lib / rlang

Low-level API for programming with R
https://rlang.r-lib.org
Other
498 stars 136 forks source link

Switch from `proj_path()` to `proj_get()` #1596

Closed DavisVaughan closed 1 year ago

DavisVaughan commented 1 year ago

proj_path() currently has a bug in dev usethis where calling it without any arguments returns character() rather than the project path, but I've also been told that proj_get() is a better way to do this anyways.

(I won't merge this until after rlang is accepted and you can bump the version)