Open BoyuLyu opened 6 years ago
It looks like F#/.NET is having difficulties connecting to R.
Could you check:
I have just installed the gplots library in R. Is this the one you referred? I tested it again, however, the error is the same. I also tested on win10 and osx just now, the errors were all the same.
That's the right library.
Can you check whether R is in your path?
Yes, it is in my path.
which R
/usr/bin/R
By the way, do I need to install the "rDotNet" package?
I don't believe so, that package is for R to call into .NET. The library for .NET to call into R is already packaged with SCNS-GUI.
I think this could be related to this issue: https://github.com/jmp75/rdotnet/issues/70, that a new version of R breaks rdotnet. What version of R are you running? I have tested the tool on Windows, macOS and Linux but this was several months ago with an older R version.
I am using the R version 3.5.0 (2018-04-23), I guess this might be the issue. What was the version you used for the test?
I have checked just now that using R 3.3.3 for osx can solve this issue. Thanks!
No problem, thanks for bringing this to my attention. Hopefully it is resolved in a future release of rdotnet and then I will update the binaries.
I have tried running
mono SCNS_GUI.exe
on Ubuntu 16.04, however it returns the errors below,Other than R and mono, what else should I install?
Above is the version of Mono. Is the issue caused by the version of mono? Also, can I compile the source code using xbuild, are there any instructions on this? Thanks a lot!