bbslover
2010-May-09 16:37 UTC
[R] update R 2.11.0,there is error when using plot(), how can I do?
> a<-1:5 > b<-2:6 > plot(a,b)Error in function (width, height, pointsize, record, rescale, xpinch, : Graphics API version mismatch before, R 2.10 , plot() is ok. Now, R 2.11.0 does not work -- View this message in context: http://r.789695.n4.nabble.com/update-R-2-11-0-there-is-error-when-using-plot-how-can-I-do-tp2164517p2164517.html Sent from the R help mailing list archive at Nabble.com.
Uwe Ligges
2010-May-10 09:40 UTC
[R] update R 2.11.0,there is error when using plot(), how can I do?
On 09.05.2010 18:37, bbslover wrote:> >> a<-1:5 >> b<-2:6 >> plot(a,b) > Error in function (width, height, pointsize, record, rescale, xpinch, : > Graphics API version mismatch > > > before, R 2.10 , plot() is ok. Now, R 2.11.0 does not workYYou have probably an old version of the graphics package in your search path. Just look into your libraries and delete any "graphics" package that are not in your R_HOME/library Uwe Ligges
bbslover
2010-May-10 10:43 UTC
[R] update R 2.11.0,there is error when using plot(), how can I do?
now. it is ok. I uninstall R2.11.0, then delete an packages in the library, and install again R2.11.0. ok, it does works. thank you! -- View this message in context: http://r.789695.n4.nabble.com/update-R-2-11-0-there-is-error-when-using-plot-how-can-I-do-tp2164517p2165235.html Sent from the R help mailing list archive at Nabble.com.