You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use rprojroot rather than built in functions to find the rproj (if th…
…ere is one)
We were running into catastrophic performance taking 20+ minutes on
CRAN's check machines with the previous code, likely because when
searching for Rprojects a parent directory containing thousands of files
was being searched.
I believe using rprojroot should avoid this.