I'm getting a lot of warning having to do with setting graphic parameters. I don't recall actually setting any of these, so I would guess they are being set by something I am calling. Has anyone already figured out where this is happening? Paul Gilbert _____ All dse3 tests ... ok All dse4 tests ...Warning: skipping test 4 (requires stepwise). ok dse2 graphics tests ...completed dse3 graphics tests ...completed dse4 graphics tests ...completed All Brief User Guide example part 1 tests ...Read 1820 items Warning in par(args) : parameter "cin" can't be set Warning in par(args) : parameter "cra" can't be set Warning in par(args) : parameter "csi" can't be set Warning in par(args) : parameter "din" can't be set Warning in par(args) : parameter "cin" can't be set Warning in par(args) : parameter "cra" can't be set Warning in par(args) : parameter "csi" can't be set Warning in par(args) : parameter "din" can't be set Warning in par(args) : parameter "cin" can't be set Warning in par(args) : parameter "cra" can't be set ..... -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Paul Gilbert <pgilbert@bank-banque-canada.ca> writes:> > I'm getting a lot of warning having to do with setting graphic parameters. I > don't recall actually setting any of these, so I would guess they are being set > by something I am calling. Has anyone already figured out where this is > happening?...> Warning in par(args) : parameter "cin" can't be set > Warning in par(args) : parameter "cra" can't be set > Warning in par(args) : parameter "csi" can't be set > Warning in par(args) : parameter "din" can't be set... This comes from constructions of the type opar<-par() work.work.work() par(opar) This gives complaints from unsettable items. Splus quietly omits them, so I suppose that we really should do the same. -- 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 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._