r-lib / rprojroot

Finding files in project subdirectories
https://rprojroot.r-lib.org/
Other
149 stars 23 forks source link

feat: Avoid warnings on Windows network drives #105

Closed olivroy closed 4 months ago

olivroy commented 4 months ago

To avoid not useful warnings.

The default is NA, and warns if path doesn't exist. I see this warning when I open projects on Windows network drive.

This PR silences these warnings. The only difference between mustWork = NA and mustWork = FALSE is the warning.

aviator-app[bot] commented 4 months ago

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes. Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This PR was merged using Aviator.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.
krlmlr commented 4 months ago

Thanks!