Hi, all,
I tried to change RHome as the following:
using (REngine engine = REngine.CreateInstance("RDotNet"))
{
// Set R_HOME
StartupParameter para = new StartupParameter();
para.RHome = "F:/lib/R";
// Initializes settings.
engine.Initialize(para);
}
but it did not work, why? Thank you very much
Best,
Wu
Comments: Fixed with issue 74. The environment detection mechanism should now take care of path discovery.
I tried to change RHome as the following:
using (REngine engine = REngine.CreateInstance("RDotNet"))
{
// Set R_HOME
StartupParameter para = new StartupParameter();
para.RHome = "F:/lib/R";
// Initializes settings.
engine.Initialize(para);
}
but it did not work, why? Thank you very much
Best,
Wu
Comments: Fixed with issue 74. The environment detection mechanism should now take care of path discovery.