R: Setting default working directory within a project #6560
Unanswered
immanuelazn
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Can you say a bit more about this? Are these R package tests? Run with testthat? How are you going about running them? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm currently working on a project where there is code for R, C++, and python. Each of which is grouped within their own respective directories. I'm finding that when working with R, there isn't a clear way to set all the IDE features to point to the
r
directory.I set my
.Rprofile
to automatically start with my wd on myr
directory. This fixed the console issues, but running tests seem to refer to the base project directory still. Is there a way I can set a global R directory within the IDE?Beta Was this translation helpful? Give feedback.
All reactions