I installed the NuGet package, in my Visuals Studio 2013 solution, but when I try to start the R-script engine, I get this exception:
Windows Registry key 'SOFTWARE\R-core' not found in HKEY_LOCAL_MACHINE nor HKEY_CURRENT_USER
Clearly, something went wrong during installation, but what did I miss?
Thanks
Christian
Comments: One of those R.Net packages is severely out of date. The old version is 1.5.5 and the latest, at this time of writing is 1.5.16. The old1.5.5 version seems to suffer from incompatibilities with the latest version of R and should not be used. It'd be nice if it were pulled from NuGet via support request from the maintainers. The last part of your post was difficult to follow, but I think you are stating that you should configure R_Home and other environment variables so that you can use an xcopy version of the R binaries, which is correct.
Windows Registry key 'SOFTWARE\R-core' not found in HKEY_LOCAL_MACHINE nor HKEY_CURRENT_USER
Clearly, something went wrong during installation, but what did I miss?
Thanks
Christian
Comments: One of those R.Net packages is severely out of date. The old version is 1.5.5 and the latest, at this time of writing is 1.5.16. The old1.5.5 version seems to suffer from incompatibilities with the latest version of R and should not be used. It'd be nice if it were pulled from NuGet via support request from the maintainers. The last part of your post was difficult to follow, but I think you are stating that you should configure R_Home and other environment variables so that you can use an xcopy version of the R binaries, which is correct.