Re: [Rd] read.pnm question in R-beta

2013-03-22 Thread Prof Brian Ripley
On 22/03/2013 17:53, Hodgess, Erin wrote: In R-beta (Masked Marvel), when I do the example from the read.pnm help file, this is what happens: x <- read.pnm(system.file("pictures/logo.pgm",package="pixmap")[1]) Warning message: In rep(cellres, length=2): x is NULL so the result will be NULL In

Re: [Rd] read.pnm question in R-beta

2013-03-22 Thread peter dalgaard
On Mar 22, 2013, at 18:53 , Hodgess, Erin wrote: > In R-beta (Masked Marvel), when I do the example from the read.pnm help file, > this is what happens: > > x <- read.pnm(system.file("pictures/logo.pgm",package="pixmap")[1]) > Warning message: > > In rep(cellres, length=2): x is NULL so the re

[Rd] read.pnm question in R-beta

2013-03-22 Thread Hodgess, Erin
In R-beta (Masked Marvel), when I do the example from the read.pnm help file, this is what happens: x <- read.pnm(system.file("pictures/logo.pgm",package="pixmap")[1]) Warning message: In rep(cellres, length=2): x is NULL so the result will be NULL In R-2.15.3, it's all right. Thanks, Erin Eri