Since release of R-1.9.0 is very close, let me mention that there seems
to be a problem when building vignettes for package grid (see below),
e.g. yesterday's R-1.9.0 beta on Windows NT 4.0.
Uwe Ligges
===================================================
building/updating vignettes for package 'grid' ...
Warning messages:
1: 'viewport.transform' is deprecated.
Use 'current.transform' instead.
See help("Deprecated")
2: 'grid.convertWidth' is deprecated.
Use 'convertWidth' instead.
See help("Deprecated")
3: 'grid.convertHeight' is deprecated.
Use 'convertHeight' instead.
See help("Deprecated")
Error: chunk 12
Error in c(0, 0, 1) %*% transform : requires numeric matrix/vector arguments
Error in tools:::.installPackageVignettes("../library/grid",
"../../library/grid
") :
Error: chunk 12
Error in c(0, 0, 1) %*% transform : requires numeric matrix/vector arguments
Execution halted
Uwe Ligges <ligges@statistik.uni-dortmund.de> writes:> Since release of R-1.9.0 is very close, let me mention that there > seems to be a problem when building vignettes for package grid (see > below), e.g. yesterday's R-1.9.0 beta on Windows NT 4.0. > > building/updating vignettes for package 'grid' ... > Warning messages: > 1: 'viewport.transform' is deprecated. > Use 'current.transform' instead. > See help("Deprecated") > 2: 'grid.convertWidth' is deprecated. > Use 'convertWidth' instead. > See help("Deprecated") > 3: 'grid.convertHeight' is deprecated. > Use 'convertHeight' instead. > See help("Deprecated") > Error: chunk 12This looks familiar... Are you sure that you're not picking up an old version of something (lattice, say)? I think that last time we saw it, the reason was either not having run rsync-recommended or having an older version in the library path. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907
Apparently Analagous Threads
- R fails when converting units using Hershey-Fonts
- controlling panel.width and panel.height in viewports
- How to calculate the number of times a given string can be displayed in the width of a grid viewport
- text length in grid
- R-1.9.0 Beta print.power.htest problem?