Hi Martin,
I'll try it out.
Best,
Matt
-Original Message-
From: Martin Becker [mailto:martin.bec...@mx.uni-saarland.de]
Sent: Sunday, February 28, 2010 6:45 PM
To: Hoptman, Matthew
Cc: r-devel@r-project.org
Subject: Re: [Rd] Problem with gsl package
Hi,
I think I had similar problems wi
Hi,
I think I had similar problems with gsl on a non-standard installation.
The following steps seemed to work (but are merely the results of
struggling around...)
1. Download and extract source code of R-package 'gsl'
2. Use gsl-config --libs to get the path to GSL's lib directory
(-L), use
Hi all,
I am new to R and am writing after having contacted Robin Hankin, who
maintains the R gsl wrapper.
I am trying to use an AFNI (neuroimaging analysis) program that depends
on the R gsl package. When I try to use the script I wrote, I get an
error that led me to suspect the gsl package
Dear R-Developers,
could 'sample' gain a ... argument?
As a convenience function, I added a sample Method to my hyperSpec
class. This function however has a flag indicating whether the results
should be returned directly as a hyperSpec object or rather as indices
that give a random sample.
On 27.02.2010 03:27, Berwin A Turlach wrote:
G'day Uwe,
On Fri, 26 Feb 2010 17:03:10 +0100
Uwe Ligges wrote:
R CMD check executes the R code in the vignettes and checks if that
works, and it checks if the PDFs are available. It does not check if
it can build the vignettes, because that is o
Hi Martyn,
Thanks for the help. It works like a charm. I was able to compile and
valgrind+R from SunStudio.
Russ
You can work around this by disabling large file support (configure
> --disable-largefile).
>
> This seems to be another glibc bug. In the header glob.h, there are two
> lines where