Re: [Rd] Intel Fortran compiler returns a -1 TRUE value

2014-10-01 Thread Barry Rowlingson
On Tue, Sep 30, 2014 at 6:25 PM, William Dunlap wrote: > In S+ and S it was valid to pass logicals to .Fortran, where they got > mapped into the > appropriate bit pattern. (The trouble was that 'appropriate' was > compiled into the program - > so you were locked into our compiler vendor's choice

Re: [Rd] Shallow copies

2014-10-01 Thread Simon Urbanek
On Sep 30, 2014, at 5:20 PM, Matthieu Gomez wrote: > > I have a question about shallow copies in R. Since R 3.1.0, subsetting a > dataframe with respect to its columns no longer result in deep copies. This > is an amazing change in my opinion. Now, subsetting a data.frame by rows (or > subsett

[Rd] gsl package on mavericks

2014-10-01 Thread robin hankin
hello I maintain the gsl R package, and many users have recently reported that the package does not install from source under macosx 10.9 ("mavericks"). Users typically install the gnu GSL library and are able to compile and run a small "hello world" program which executes some of the Bessel func

Re: [Rd] gsl package on mavericks

2014-10-01 Thread Kasper Daniel Hansen
I have only skimmed this issue. But you check gsl version by compiling a program with #include This assumes, as far as I can see, that gsl/gsl.h is in the search path (I know, it is the wrong technical term) of the compiler, which may not be the case for a non-standard installation. Above this c