Skip to content
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

Controlled R Sessions for Each Widget #471

Open
GoogleCodeExporter opened this issue May 25, 2015 · 3 comments
Open

Controlled R Sessions for Each Widget #471

GoogleCodeExporter opened this issue May 25, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Code enhancement.

One code enhancement that may be explored will be to allow each widget to 
control a separate R environment or subset of variables.  These could be 
individually saved and reloaded as needed.  For example once a dataset is 
subset the orriginal dataset can be saved to the tempdir and the subset can be 
worked on allowing a relative expansion of available memory.

This would involve some changes to the signals and RSession.  Session calls may 
require some extra variable names to ensure that those variables are active in 
the session.  This could be checked quickly in R.

The use of the QTimer class could be implemented to "close" or "dump" R 
variables to disk to free memory automatically.

A branch will be made to explore this issue.

Original issue reported on code.google.com by kylecovi...@gmail.com on 30 Jan 2011 at 8:22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant