I’m still trying to solve my PCA problem, so I’m trying to use R over RCall. The package can be installed, but after using RCall, R reports up, but gets stuck! That is, nothing happens more…! The behavior applies to Julia 1.0.3 and Juliapro (Atom):
julia> using RCall
[ Info: Precompiling RCall [6f49c342-dc21-5d91-9882-a32aef131414]
R version 3.4.3 (2017-11-30) -- "Kite-Eating Tree"
Copyright (C) 2017 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
That’s all, nothing’s happening anymore! The system is no longer responding…
I’m using Windows 10…
I am happy about every hint and many greetings,
Günter
I had two R instances (3.4.3 and 3.5.2) installed. I uninstalled both and installed R 3.5.3. Now I get identical error messages for the terminal and for Juliapro:
ERROR: InitError: error compiling __init__: error compiling initEmbeddedR: could not load library "C:\PROGRA~1\R\R-34~1.3\bin\x64\R.dll"
Is R 3.4.x preset in a setup file? Can I influence this and if so how?