-
Notifications
You must be signed in to change notification settings - Fork 91
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
Console not very responsive / slow on execution of R code #4008
Comments
Does this happen with any packages or just these ones? Does it happen with base packages? We are going to need logs from 3 different sources. Please quit Positron and restart it (so the logs aren't too large), reproduce the example above, and provide us the logs for:
Here is how to get those via the command palette (the first command is called Screen.Recording.2024-07-15.at.09.16.45.mov |
I must say it was a lot faster today. Maybe, because I just updated positron, or it's the better computer I'm using here. I'll try and post logs from my other machine later. Is the third log from "R console 4.4.1"? That is - despite the new restart - very very long. I can post it here, for now I posted devtools and language server logs. SetupPositron Version: 2024.07.0 (system setup) build 2024.07.0-49 Developer tools Log
Language Server log
|
(As an aside, if you'd like to in the future, it is possible to save logs as, say, |
That's probably a good idea... |
Here's from the other computer. Again, it seems to be a bit faster after updating Positron, or maybe it's just because it's a fresh restart: SetupPositron Version: 2024.07.0 (system setup) build 2024.07.0-49 Devtools log
|
Setup
Positron Version: 2024.07.0 (system setup) build 2024.07.0-41
Code - OSS Version: 1.90.0
Commit: 9f24124
Date: 2024-07-12T03:18:15.685Z
Electron: 29.4.0
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Windows_NT x64 10.0.22631
Issue
Console is slow / not very responsive to executed code lines from editor. See in particular the last command,
plot_slopes()
. After running the code (using ctrl+enter in the editor), it takes a lot of time before it's printed to the console (see red square indicating action). Then, after showing up in the console, it furthermore takes a lot of time until the code is executed.Example
Here's the code:
Positron
This is how it runs inside Positron for me:
slow1.mp4
RStudio
This is RStudio:
slow2.mp4
The text was updated successfully, but these errors were encountered: