rstudio / pins-r

Pin, discover, and share resources
https://pins.rstudio.com
Other
316 stars 62 forks source link

expands paths prior to file_exists test #586

Closed sellorm closed 2 years ago

sellorm commented 2 years ago

addresses the lack of support for paths specified with a "~" in pin_upload.

Closes #585

juliasilge commented 2 years ago

Thank you so much for this PR @sellorm!

It looks like it is path_expand() in fs, not expand_paths(). Does that look right to you?

sellorm commented 2 years ago

Sorry, @juliasilge!

I have absolutely no idea how I managed to use the messed-up function name!

It's fixed now and I spotted a small typo while I was there and fixed that too.

github-actions[bot] commented 2 years ago

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.