[Rd] R 2.1.0 (beta) on IRIX

2005-04-07 Thread Martyn Plummer
I'm trying to compile R-beta on IRIX using the native MipsPro 7.4 compilers, without great satisfaction. A list of problems is given below, and any advice on solving them is appreciated. Martyn Configuration: - Here are the configuration options I am using ./configure CC=cc CXX=CC

Re: [Rd] make error in R devel

2005-04-06 Thread Martyn Plummer
If you get the R source via svn, then you need to run tools/rsync- recommended to get the recommended packages. If you download the tarball from CRAN then these are already included. Martyn On Wed, 2005-04-06 at 15:42 +0100, Gavin Simpson wrote: > Dear list, > > I just hit an error that stoppe

Re: [Rd] HP-UX and IRIX recent builds? Any other rare platforms?

2005-04-06 Thread Martyn Plummer
I have just (this week) got access to an SGI Origin running IRIX 6.5.27. In answer to your previous questions about locales, "locale -a" shows no utf8 locales; mbrtowc and wcwidth are defined in wchar.h. Compiling R with the native compilers looks problematic. If I find the right compiler flags I

Re: [Rd] Linux: /usr/shar/doc/R-2.0.1/*.pdf all have bad fonts (PR#7677)

2005-02-09 Thread Martyn Plummer
I have forwarded the message to Matthew Cox, who built the RPMS for Red Hat Enterprise Linux. But if you get the same problem building from source then it must be a platform-specific problem and you should probably get support from Red Hat. Martyn On Wed, 2005-02-09 at 08:32 +0100, [EMAIL PROTEC

[Rd] tapply with weighted.mean

2005-01-26 Thread Martyn Plummer
We were caught out recently attempting to use tapply to get a table of weighted means. This gives the wrong answer (or, more correctly, not the answer we were expecting), as the following example shows: R> x <- 1:10 #some data R> w <- c(1:5,5:1) #weights R> id <- rep(1:2,rep(5,2)) #id values R> w

Re: [Rd] Standalone Mathlib, C++ and ISNAN()

2005-01-06 Thread Martyn Plummer
On Thu, 2005-01-06 at 08:29 +1100, Bill Northcott wrote: > On 06/01/2005, at 6:53 AM, Thomas Lumley wrote: > > > > I believe (with a little Googling) the suggested C++ approach is to > > use std::isnan if is included. > > > I tried that too, but without any success. I even tried > __gnu_cxx::is

Re: [Rd] binary R for Fedora Core 2 e tcl

2004-05-25 Thread Martyn Plummer
On Tue, 2004-05-25 at 13:04, [EMAIL PROTECTED] wrote: > I update my linux version of FC1 for FC2. > > FC2 uses tcl-8.4.5 and R-1.9.0 (rpm version for FC1, not install/not > run). > > We have the rpm binary version at FC2? Not yet. I was going to upgrade, but then Marc Schwartz pointed out this

Re: [Rd] plot.factor does not work properly (PR#6894)

2004-05-18 Thread Martyn Plummer
On Tue, 2004-05-18 at 16:46, [EMAIL PROTECTED] wrote: > Full_Name: Xavier Sole > Version: 1.9.0 > OS: Windows XP/SuSe Linux > Submission from: (NULL) (146.219.19.22) > > > plot.factor in 1.9.0 shows different results than in R 1.8. Only one bar is > displayed. > > plot(factor(rep(1:3,10))) I th

Re: [Rd] cygwin tar?

2004-03-17 Thread Martyn Plummer
I had the same problem as Tony with multiple copies of cygwin1.dll. But doesn't this solution (renaming cygwin1.dll in the tools directory) just link the tools with the cygwin1.dll that comes with cygwin? In which case will it work if the tools are linked against a different version of the cygwin1