-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
option to have .here file override any other heuristics #21
Comments
+1 |
1 similar comment
+1 |
Sounds reasonable to me to do this unconditionally, but could this break other users' workflows? |
I am having the same issue. I typically track only my R scripts (using git) which reside in a folder under the root directory. When running R scripts from this folder, here seems to stop one it detects the .git and ignore the .here file in the parent folder |
I ran into something similar when and took the advice in
|
Thanks. I'm reluctant to change the default criteria at this stage, using rprojroot looks like a good solution in those situations. |
I added a link to the "Getting started" article, feedback welcome. |
I might have been running into an edge case caused by something else but I thought obeying the The problem is that the project includes a parent folder full of docker build files and such that aren't copied over when the final image is built. Only the subfolder containing the app and all of its files and scripts gets copied over. As an example:
The project itself begins with To me this seems a lot more counterintuitive than the idea of ".here and it Just Works", and basically cripples the package for anyone who doesn't fit exactly into the RStudio proprietary way of doing things. I've taken a look at |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
Some of the users with whom I collaborate with have complicated folder structures. We use .git for version control, some use RStudio and so the .rproj etc. can often result in the heuristics playing out in a inconsistent way.
An option to have the .here file override any other heuristics would be a great way to solve this.
Is this possible?
The text was updated successfully, but these errors were encountered: