shedtears4U / rattle

Automatically exported from code.google.com/p/rattle
0 stars 0 forks source link

Rdata loading has a problem #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Select Data : RData File : Filename : select one
2. Select a data frame from the RData file
3. Click Execute

Nothing happens except the Data Name combo box is reset.

Original issue reported on code.google.com by gjwka...@gmail.com on 11 Aug 2006 at 9:45

GoogleCodeExporter commented 8 years ago
Problem was in the environments in which the appropriate command was being run. 
Use
the baseenv() function to ensure correct environment for the load function, and 
also
remove the double arrow assignment since it is now done in the correct 
environment.

Original comment by gjwka...@gmail.com on 11 Aug 2006 at 11:22