when i call REngine.SetEnvironmentVariables(); it throws an error:
Windows Registry sub-key 'R' of key 'HKEY_LOCAL_MACHINE\SOFTWARE\R-core' was not found
but actually, there is such a key in this folder.
i can find such lists in my registry.
HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R\3.0.1
HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R64\3.0.1
anyone can help me with this?
thanks in advance.
Comments: I ran into this problem as well. My issue was that I only installed the x64 version of R 3.1.1 I uninstalled, redownloaded, and installed both the x86 and x64 versions, and then I was able to use "REngine.GetInstance()"
Windows Registry sub-key 'R' of key 'HKEY_LOCAL_MACHINE\SOFTWARE\R-core' was not found
but actually, there is such a key in this folder.
i can find such lists in my registry.
HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R\3.0.1
HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R64\3.0.1
anyone can help me with this?
thanks in advance.
Comments: I ran into this problem as well. My issue was that I only installed the x64 version of R 3.1.1 I uninstalled, redownloaded, and installed both the x86 and x64 versions, and then I was able to use "REngine.GetInstance()"