[Rd] random NaN in dpotri result

2006-04-28 Thread Andrew Finley
Hello all, In a piece of c++ code (part of a future R package), I'm inverting a relatively large covariance matrix many times using: F77_CALL(dpotrf)(&upper, &xnrow, R, &xnrow, &info); F77_CALL(dpotri)(&upper, &xnrow, R, &xnrow, &info); I am sure that the input matrix is PD and inverts just fine

Re: [Rd] R-FAQ.pdf TOC missing

2006-04-28 Thread Kurt Hornik
> Hin-Tak Leung writes: > Kurt Hornik wrote: >>> Paul Roebuck writes: >> >>> I downloaded 2.3 version of R-FAQ.pdf from CRAN and noticed >>> the table of contents does not appear in the PDF version >>> as it does in the HTML version. >> >> Where did you get this from? The version I just

Re: [Rd] R-FAQ.pdf TOC missing

2006-04-28 Thread Hin-Tak Leung
Kurt Hornik wrote: >> Paul Roebuck writes: > >> I downloaded 2.3 version of R-FAQ.pdf from CRAN and noticed >> the table of contents does not appear in the PDF version >> as it does in the HTML version. > > Where did you get this from? The version I just got from > > http://cran.r-project

[Rd] Tiny documentation error in ?merge (PR#8818)

2006-04-28 Thread pinard
Hi, people. In the "Details" section of ?merge, we read: If the 'by.*' vectors are of length 0, the result, 'r', is the "Cartesian product" of 'x' and 'y', i.e., 'dim(r) = c(nrow(x)*nrow, ncol(x) + ncol(y))'. On the last line, '(y)' seems to be missing just before the comma. --p

Re: [Rd] R-FAQ.pdf TOC missing

2006-04-28 Thread Kurt Hornik
> Paul Roebuck writes: > I downloaded 2.3 version of R-FAQ.pdf from CRAN and noticed > the table of contents does not appear in the PDF version > as it does in the HTML version. Where did you get this from? The version I just got from http://cran.r-project.org/doc/FAQ/R-FAQ.pdf has both

[Rd] R-FAQ.pdf TOC missing

2006-04-28 Thread Paul Roebuck
I downloaded 2.3 version of R-FAQ.pdf from CRAN and noticed the table of contents does not appear in the PDF version as it does in the HTML version. -- SIGSIG -- signature too long (core dumped) __

Re: [Rd] Minor issue building 2.3.0 under Red Hat Linux 9

2006-04-28 Thread Paul Roebuck
On Thu, 27 Apr 2006, Prof Brian Ripley wrote: > On Thu, 27 Apr 2006, Marc Schwartz wrote: > > > On Thu, 2006-04-27 at 10:53 +0100, Prof Brian Ripley wrote: > > > >> On Thu, 27 Apr 2006, Dominick Samperi wrote: > >> > >>> Building R 2.3.0 fails under Red Hat 9.0 because > >>> ssize_t is not defined

Re: [Rd] Large number of linked environments makes save() crash R

2006-04-28 Thread Prof Brian Ripley
On Wed, 26 Apr 2006, Prof Brian Ripley wrote: > I think this is a C stack overflow problem. Probably needs a test added > internally to save(). I've added such a test and it is now caught. (You still cannot actually save such an object.) > I could not reproduce this on Linux: I got a C stack

Re: [Rd] difference in rbind() [print?] behavior between 2.2.1 and 2.3.0

2006-04-28 Thread Prof Brian Ripley
On Thu, 27 Apr 2006, Roger D. Peng wrote: > I'm a little confused by a change in behavior from 2.2.1 to 2.3.0. In 2.2.1 I > could do So was I, as R-devel works in the same way as 2.2.1. A simpler version is rbind(x = data.frame(a = 1, b = 2), y = data.frame(a = 1, b = 2)) The problem is in th