Re: [Rd] R trunk (2.7) build fails with -fpic, needs -fPIC (PR#10372)

2007-10-24 Thread Peter Dalgaard
Andrew Piskorski wrote: > On Thu, Oct 25, 2007 at 12:19:13AM +0200, Peter Dalgaard wrote: > > >> Fedora 7 seems perfectly happy with -fpic, >> > > Well, Ubuntu 6.06 x86-64 sure seems to hate it, but all I know about > -fpic vs. -fPIC is what I read here: > > > http://gcc.gnu.org/onlinedo

Re: [Rd] typo in italian translation (PR#10367)

2007-10-24 Thread stefano . iacus
I'll need to update lots of translations. Will do this as well. thanks stefano On 24/ott/07, at 17:27, Luca Braglia wrote: > On 24/10/07 - 08:07, Thomas Lumley wrote: >> >> Thanks for reporting this, but please report it to the Italian >> translation >> team. R-core doesn't try to manage tran

Re: [Rd] typo in italian translation (PR#10367)

2007-10-24 Thread stefano iacus
I'll need to update lots of translations. Will do this as well. thanks stefano On 24/ott/07, at 17:27, Luca Braglia wrote: > On 24/10/07 - 08:07, Thomas Lumley wrote: >> >> Thanks for reporting this, but please report it to the Italian >> translation >> team. R-core doesn't try to manage tran

Re: [Rd] R trunk (2.7) build fails with -fpic, needs -fPIC (PR#10372)

2007-10-24 Thread Andrew Piskorski
On Thu, Oct 25, 2007 at 12:19:13AM +0200, Peter Dalgaard wrote: > Fedora 7 seems perfectly happy with -fpic, Well, Ubuntu 6.06 x86-64 sure seems to hate it, but all I know about -fpic vs. -fPIC is what I read here: http://gcc.gnu.org/onlinedocs/gcc-4.0.3/gcc/Code-Gen-Options.html#index-fpic-1

Re: [Rd] R trunk (2.7) build fails with -fpic, needs -fPIC (PR#10372)

2007-10-24 Thread Peter Dalgaard
[EMAIL PROTECTED] wrote: > On Linux x86-64 (Ubuntu 6.06), the latest R sources from the > Subversion trunk fail to build with the following "recompile with > -fPIC" error: > > $ ./configure --with-x=yes --prefix=$inst_dir --enable-R-shlib > --with-tcltk=/usr/lib/tcl8.4 --with-tcl-config=/usr/lib

Re: [Rd] Regression test failed when building on an "older" Linux cluster

2007-10-24 Thread Dalphin, Mark
Thank you, Prof. Ripley. In fact, I tend to agree somewhat with your arguments; our system administrators don't, however. We do have Perl, though looking now I see its version is too old, 5.6.1, not the required > 5.8.0. Your argument that the examples are essential for testing sways me. If th

[Rd] R trunk (2.7) build fails with -fpic, needs -fPIC (PR#10372)

2007-10-24 Thread atp
On Linux x86-64 (Ubuntu 6.06), the latest R sources from the Subversion trunk fail to build with the following "recompile with -fPIC" error: $ ./configure --with-x=yes --prefix=$inst_dir --enable-R-shlib --with-tcltk=/usr/lib/tcl8.4 --with-tcl-config=/usr/lib/tcl8.4/tclConfig.sh $ make /us

[Rd] TukeyHSD (PR#10371)

2007-10-24 Thread clyde
Full_Name: Merlise Clyde Version: 2.6.0 OS: MAC OS X 10.4.1 Submission from: (NULL) (24.199.155.62) the print method for function TukeyHSD returns "height" . This occurs with the example in the documentation: > summary(fm1 <- aov(breaks ~ wool + tension, data = warpbreaks)) Df Su

Re: [Rd] typo in italian translation (PR#10367)

2007-10-24 Thread Luca Braglia
On 24/10/07 - 08:07, Thomas Lumley wrote: > > Thanks for reporting this, but please report it to the Italian translation > team. R-core doesn't try to manage translation bugs because most of us > don't know most of the languages. > > Contact addressses for the translation teams are listed at >

Re: [Rd] typo in italian translation (PR#10367)

2007-10-24 Thread Thomas Lumley
Thanks for reporting this, but please report it to the Italian translation team. R-core doesn't try to manage translation bugs because most of us don't know most of the languages. Contact addressses for the translation teams are listed at http://developer.r-project.org/TranslationTeams.htm

Re: [Rd] R crashes while printing variable read from read.delim() (PR#10370)

2007-10-24 Thread ligges
[EMAIL PROTECTED] wrote: > Full_Name: Markus Breitenbach > Version: 2.5.1 > OS: Windows > Submission from: (NULL) (70.58.24.243) > > >> cdcr <- read.delim("cdcr_flat_survival.dat") >> dim(cdcr) > [1] 7162 387 >> cdcr Please test and report on a recent version of R such as R-2.6.0 (even bette

Re: [Rd] R crashes while printing variable read from read.delim() (PR#10366)

2007-10-24 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: > Full_Name: Markus Breitenbach > Version: 2.5.1 > OS: Windows > Submission from: (NULL) (70.58.24.243) > > >> cdcr <- read.delim("cdcr_flat_survival.dat") >> dim(cdcr) > [1] 7162 387 >> cdcr Please test and report on a recent version of R such as R-2.6.0 (even bette

Re: [Rd] Regression test failed when building on an "older" Linux cluster

2007-10-24 Thread Prof Brian Ripley
We don't offer the option of building R without documentation, so I presume you do not have Perl installed. Without the examples, there is no check of large swathes of code, so 'make check' should not succeed (it would give a false sense of security to pass most tests by omitting them). I've a