[Rd] Small typo in 'Writing R extensions'

2007-12-21 Thread Iago Mosqueira
Hello, I have just noticed the Table of Contents of 'Writing R extensions' is wrongly numbered, as it gives, for example, 5. Debugging, when that is section 4, as the acknowledgements section is numbered in the ToC only. Regards, Iago __ R-devel@r-

[Rd] RODBC 1.2.2 patch for queries that return 0 rows

2007-12-21 Thread Alistair Gee
When using RODBC 1.2.2 on R 2.6, I would sometimes get errors with sqlQuery() whenever the query returned 0 rows. Using gdb, I found that the SQLExecDirect () call can return SQL_NO_DATA when using the ODBC 3.x API. The following patch makes RODBC ignore the SQL_NO_DATA result: --- RODBC.orig/src/

Re: [Rd] 64-bit R build with Studio 12 on Sparc v9

2007-12-21 Thread Simon Urbanek
On Dec 20, 2007, at 6:45 PM, Louisell, Paul wrote: > I'm working on a server with a sparcv9 chip using SunOS 5.9 Generic > May 2002. The compilers are the Sun Studio 12 compilers. I'm trying > to build a 64-bit version of R-2.6.1, and while the configure script > runs, the make does not. >

Re: [Rd] segfault isoreg with NAs

2007-12-21 Thread Martin Maechler
Hi Tobias, > "TobiasV" == Tobias Verbeke <[EMAIL PROTECTED]> > on Thu, 20 Dec 2007 08:50:16 +0100 writes: TobiasV> I was able to reproduce the problem under Windows (R 2.6.1). TobiasV> When running ir4 <- isoreg(1:10, y4 <- c(5, 9, 1:2, 5:8, NA, 8)), TobiasV> the following

Re: [Rd] small bug in panel.cor in example for pairs?

2007-12-21 Thread Martin Maechler
> "MK" == Matthias Kohl <[EMAIL PROTECTED]> > on Tue, 18 Dec 2007 17:06:26 +0100 writes: MK> Dear all, MK> in the Example section of pairs there is MK> panel.cor <- function(x, y, digits=2, prefix="", cex.cor) MK> { MK> usr <- par("usr"); on.exit(par(usr)) MK> p

[Rd] request for addition to R-int

2007-12-21 Thread Ben Bolker
http://cran.r-project.org/doc/manuals/R-ints.html#R-coding-standards gives detailed advice on how to set the indentation level for C code to 4, but it took me a bit of poking around in the archives to find the (setq ess-indent-level 4) incantation for getting the R indentation right as well.

Re: [Rd] Windows version make installer

2007-12-21 Thread Prof Brian Ripley
On Fri, 21 Dec 2007, Erich Neuwirth wrote: > I stumbled upon a minor problem when creating a customized installer using > > make myR IMAGEDIR=x > > in src/gnuwin32/installer > > In IMAGEDIR i have a complete installation with many additional > directories with packages in the directory site-li

[Rd] 64-bit R build with Studio 12 on Sparc v9

2007-12-21 Thread Louisell, Paul
Hi, I'm working on a server with a sparcv9 chip using SunOS 5.9 Generic May 2002. The compilers are the Sun Studio 12 compilers. I'm trying to build a 64-bit version of R-2.6.1, and while the configure script runs, the make does not. Here are the options I set in config.site:

[Rd] Windows version make installer

2007-12-21 Thread Erich Neuwirth
I stumbled upon a minor problem when creating a customized installer using make myR IMAGEDIR=x in src/gnuwin32/installer In IMAGEDIR i have a complete installation with many additional directories with packages in the directory site-library. Since the libraries are not in library, help.start