ncdingari / r-orange

Automatically exported from code.google.com/p/r-orange
Other
0 stars 0 forks source link

LogicForest loading for Caret #511

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Caret installs several libraries, one of which "Logic Forest" caused an error 
on my device.  This should be a valid R library, the error was a memory 
management error so perhaps my device is just not good enough to load the 
library.

It isn't nessesary to load all of the libraries at once and these may have an 
impact on performance.

I made a change to RSession to separate the library installation and loading.  
This should be transparent to most Red-R functions but for package manager, 
only package installation happens without loading, this is how R does it too.

Needs testing and move to 185gold.

Original issue reported on code.google.com by kylecovi...@gmail.com on 3 May 2011 at 3:38

GoogleCodeExporter commented 8 years ago
several of these packages have problems.  This will be tested and the packages 
removed.

moved to fixed.

Original comment by kylecovi...@gmail.com on 2 Jun 2011 at 2:53