Re: [Rd] R CMD SHLIB error bad value (core2) for -mtune= switch

2012-10-12 Thread Prof Brian Ripley
1) Cygwin is not a supported platform. See the 'R Installation and Administration Manual'. 2) C:\Program Files\R\R-2.15.1\etc\i386\Makeconf is for the Windows port of R, not Cygwin. Are you perchance trying to use Windows R with Cygwin compilers? It will not work Binary installations o

Re: [Rd] as.data.frame.matrix() returns an invalid object

2012-10-12 Thread Bert Gunter
... and further > identical(as.list(df2),as.list(df1)) [1] TRUE in R 2.15.0 Not sure whether these sorts of degenerate cases are of much value, though. But I'll leave that for the wizards. -- Bert On Wed, Oct 10, 2012 at 11:22 PM, Hervé Pagès wrote: > Hi, > > Two ways to create what should no

[Rd] R CMD SHLIB error bad value (core2) for -mtune= switch

2012-10-12 Thread smzyij
Hi there, I'm having trouble to compile the R + C/C++ codes for this project from Yahoo folks on latent factor models: https://github.com/yahoo/Latent-Factor-Models#readme After downloading the package from the site, I could not successfully *make* the files. Here is the message: =