here icon indicating copy to clipboard operation
here copied to clipboard

here() package conflicts in recent R/RStudio

Open mollystevens-noaa opened this issue 1 year ago • 2 comments

here::here() used to work to solve package conflicts, but with the recent R and RStudio updates, the following error is received with every run...

Error in here(): argument "f" is missing with no default

Version of R4.2.1, RStudio Build 576

Older versions of R and RStudio not currently having issues in our lab. Please let me know if you'd like us to test anything. Thank you!!

mollystevens-noaa avatar Feb 02 '23 16:02 mollystevens-noaa

Thanks. An easy way to find out what's happening is to install and attach the conflicted package, and re-run:

library(conflicted)
here()

krlmlr avatar Feb 03 '23 08:02 krlmlr