The RStudio Find in Files command recursively searches the entire project directory. When using the {renv} package manager in an RStudio project, the project library is in the project directory, so there may be quite a few files to search. This can slow the search considerably and return spurious results from library files.
Is there any way to prevent RStudio from searching the renv library directory?
Thanks!
Kent