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
{{ message }}
This repository was archived by the owner on Feb 14, 2025. It is now read-only.
When and RMarkdown that is saved somewhere outside of the project folder is opened in RStudio, it uses its location as working directory, not the location of the project. Hence, it's very confusing for students that code run in the chunks may work but the console doesn't and vice versa. This is because the console and the R chunks have different working directories!
We need to somehow clarify this without making it overly complicated.