Quantcast
Channel: R.NET
Viewing all articles
Browse latest Browse all 1634

Closed Issue: REngine Initialization with parameter [32]

$
0
0
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.

Viewing all articles
Browse latest Browse all 1634

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>