usethis icon indicating copy to clipboard operation
usethis copied to clipboard

use_description() fails in temporary directory

Open kevinushey opened this issue 7 months ago • 0 comments

> usethis::use_description(check_name = FALSE)
Warning in path_file(base_path) :
  restarting interrupted promise evaluation
Error: Path '/private/var/folders/9n/3nxsgkrj0rlfx196kzdttpww0000gn/T/tmp.eEeqQPBN/' does not appear to be inside a project or package.
Read more in the help for `proj_get()`.

I can work around this with usethis::proj_set(force = TRUE), but it feels like this should "just work"?

kevinushey avatar Nov 03 '23 16:11 kevinushey