[R] Pb on startup with R1.9.0

Uwe Ligges ligges at statistik.uni-dortmund.de
Fri Apr 16 10:07:28 CEST 2004


Erwan BARRET wrote:

> I'm using Rprofile file on R1.9.0 startup and inside I'm loading a personal Library which uses winMenuAdd() and I've got this error :
> Error in eval(expr, envir, enclos) : couldn't find function "winMenuAdd"
> I hadn't this problem with others R versions.
> What Can I do now to avoid that?
> I'm using R1.9.0 under Win98.
> 	[[alternative HTML version deleted]]


winMenuAdd() is in package "utils" and that is not loaded when Rprofile 
is executed. You might want to add an explicit call to require("utils").

Uwe Ligges




> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html




More information about the R-help mailing list