Deepayan Sarkar
2003-Mar-12 22:28 UTC
[Rd] problem with library() (or possibly grid) in r-devel
In recent r-devels, I have> library(help = grid)Error in formatDL(entry, style = "list") : incorrect value for x This doesn't happen for the other packages I have tried, so maybe this is a problem with grid. Deepayan
ripley@stats.ox.ac.uk
2003-Mar-12 23:04 UTC
[Rd] problem with library() (or possibly grid) in r-devel
On Wed, 12 Mar 2003, Deepayan Sarkar wrote:> In recent r-devels, I have > > > library(help = grid) > Error in formatDL(entry, style = "list") : > incorrect value for x > > This doesn't happen for the other packages I have tried, so maybe this is a > problem with grid.grid has a pdf file in inst/doc. but it's not a vignette. So> print(.readRDS("library/grid/Meta/vignette.rds"))[1] File Title Depends Keywords PDF <0 rows> (or 0-length row.names) The code in library() does not seem to be able to cope with that case. BDR -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595