Hacker News new | ask | show | jobs
by mespe 1957 days ago
Some functionality has been tied to RStudio's concept of a "project" (https://support.rstudio.com/hc/en-us/articles/200526207-Usin...). I have had several documents authored by others which would not build on my system without some intervention due to this.
2 comments

You can avoid project related issues by using the here package.

https://github.com/jennybc/here_here

Interesting. Thanks.