-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R-IDE locks R Markdown files #6
Comments
Thanks. It is not an issue of R-IDE though. You may want to see if SublimeTextIssues has a similar issue or report a new one. |
If I disable R-IDE, the problem disappears, and I can work concurrently on Rmd files! |
Is it a problem for a specific Rmd file? Or all Rmd files suffer the same issue? |
Ya, I could reproduce it. Let me see if I could do anything. |
Thanks for the issue. It should be fixed by 53282c3. v0.1.4 is out. |
Thank you, it is much better now. |
It often happens that R-IDE spends too much time parsing .Rmd files in Sublime Text.
As a result, the files are locked for a good minute until the indexer fails, so I cannot perform any saving operation in RStudio.
E.g. write in Sublime Text, save, alt+tab to RStudio, run a chunk, perform small edits, save. This last step often fails due to locked files.
However, I can work and save in Sublime Text without problems, any time.
It happens even if the .Rmd file is NOT open in Sublime Text (but it lies in the indexing scope of the current project).
The syntax highlighting is perfectly applied, but this issue forces me to completely close Sublime Text while using RStudio.
Here is what Sublime Text console prints once a .Rmd file is modified in RStudio:
(ok it is not very helpful, but I could not figure out how to increase the verbosity)
Sublime Text 3.1.1 3176
Latest R-IDE
Windows 10 Insider 17738
The text was updated successfully, but these errors were encountered: