It may seem to be an odd question, but really want to get rid of some doubts as to the strange situation Cygwin R is in. The official site (R Installation and Administration) says that Cygwin 64bit is completely not supported and that Cygwin's BLAS library is flawed ("Do not use Cygwin’s BLAS library: it is known to give incorrect results."). But the Cygwin package repository site (Cygwin R repository site) keeps maintaining updated R (even 64bit). According to my personal experience with Cygwin R (v3.1.3 64bit), it seems that it works well, including the installed packages (usually built from source without error). Given the fact that there are many people out there using Cygwin R (at least there are a number of related questions on stackoverflow). Therefore I ask here whether Cygwin R should not be used for production, and if so why. Thanks in advance.
8
-
I wouldn't, because it's not supported ... if it breaks, you get to keep the pieces. – Ben Bolker Aug 13 '15 at 3:34
-
You do realize there's a perfectly good Windows version of R? – Harry Johnston Aug 13 '15 at 4:33
-
@Harry, yes, I understand the MinGW built R is what the official site provides, but it does not seem so "perfect" in terms of peripheral uses such as building packages and working in coordination with other Linux tools. Indeed they provide the tool chains (in Rtools*.exe), but I prefer a system-level basic Linux tool set (e.g. GCC, Tex) and let R, Perl, etc share it. This is exactly what Cygwin does. Also Cygwin has lots of common Linux libraries, they can be installed and used out-of-box. Conversely, manually installing these dependencies would be a toil. – foehn Aug 13 '15 at 6:50
-
Sounds to me like you should just be running Linux. :-) – Harry Johnston Aug 13 '15 at 7:43
-
@Harry thanks, you are right probably. I once tried that, just missing some Windows specific applications kept me from running Linux solely. Another option is to run a virtual machine, which is clumsy too. So far Cygwin seems to be a neat answer except for the cautions about the R usability which makes me upset. One thing interests me in particular is that why/how the Cygwin maintainers manage building and updating the Cygwin version of R: it should be totally pointless if these caveats are real. – foehn Aug 14 '15 at 8:06
|
Show 3 more comments