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

New Post: Could not load file or assembly 'RDotNet, Version=1.5.4.0

$
0
0
Your setting up of the environment variables PATH and R_HOME is incorrect. It should be something like:
            var envPath = Environment.GetEnvironmentVariable ("PATH");
            var rBinPath = @"/usr/lib/R/lib";
            Environment.SetEnvironmentVariable ("R_HOME", @"/usr/lib/R");
            Environment.SetEnvironmentVariable ("PATH", envPath + Path.PathSeparator + rBinPath);

Viewing all articles
Browse latest Browse all 1634

Trending Articles



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