google-code-export / rcaller

Automatically exported from code.google.com/p/rcaller
Other
1 stars 0 forks source link

rcaller source code file is not deleted upon concluding script execution #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The rcallerXXX tmp file which stores the R code is not deleted upon finishing 
to execute the code. As a result, over time the tmp folder explodes.

What steps will reproduce the problem?
1. Simply run many scripts and see how this file does not get cleaned up when 
done.

What is the expected output? What do you see instead?
I would expect the file to be deleted the moment the R code is done running. 

What version of the product are you using? On what operating system?
2.0.7 (but seems to be a problem in the most recent source code as well) on RH 
Linux

Please provide any additional information below.

Original issue reported on code.google.com by bensha...@gmail.com on 9 Jul 2013 at 8:44

GoogleCodeExporter commented 9 years ago
By the revision 

https://code.google.com/p/rcaller/source/detail?r=856255e77b20f1bf750d2592391712
177b37fe12

now user can delete temporary files that are created by a single RCaller object 
at any time including R Source, R Output and Graphics. If there are more than 
one RCaller instance, deleteTempFiles() method must be called for each single 
instance.

Original comment by mhsatman on 9 Jun 2014 at 4:43