-
Notifications
You must be signed in to change notification settings - Fork 104
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
Implement Functionality to Restart R Within R-Instat #9319
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@N-thony this seems to work fine. I'm approving and expecting @Patowhiz to also check.
I tried to look at why you might want to do this and it seems that it largely to do with the way R uses memory.
This nicely completes the main tasks in the Tools menu. Should we now just get rid of the Run R Code and Save Current Options items? That could be a separate pull request.
@rdstern this is just a draft, I'm looking forward to replicate the RStudio restart system in R-Instat. The memory usage is increasing in this feature because this is not fully implemented. What's Missing
Once this is done, I think we will have a nice Restart system. |
@rdstern, I think this will work efficiently especially once we start using R-Instat packages developed by Lily. |
@ChrisMarsh82 could you please also look at this one? It mirrors a facility in RStudio and we have asumed it in the Tools menu from the start. And maybe merge once you are ok? |
Fixes partially #9308
@rdstern @jkmusyoka, this is a draft implementation of the functionality for restarting R within R-Instat. Please review and share your feedback.