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
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
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
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