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-
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/
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.
>
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
> "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
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.
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
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:
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