[R] R: max() and min() functions not found

2007-11-27 Thread Millo Giovanni
areless posting as well :^) Cheers, Giovanni -Messaggio originale- Da: Prof Brian Ripley [mailto:[EMAIL PROTECTED] Inviato: martedì 27 novembre 2007 18:54 A: Millo Giovanni Cc: r-help@r-project.org Oggetto: Re: [R] max() and min() functions not found You have a rogue package loaded in

Re: [R] max() and min() functions not found

2007-11-27 Thread Prof Brian Ripley
You have a rogue package loaded into your session, one that was installed for R < 2.6.0. The R posting guide asked for For questions about unexpected behavior or a possible bug, you should, at a minimum, copy and paste the output from sessionInfo() into your message. and that would hav

Re: [R] max() and min() functions not found

2007-11-27 Thread Uwe Ligges
I guess you have some library in the search path that includes a base package of an outdated R installation. Uwe Ligges Millo Giovanni wrote: > Dear List, > > I just installed R 2.6.1 (on Win2K) and I get a strange error in > functions min() and max(): > >> min(1:3) > Errore in .Internal(min

[R] max() and min() functions not found

2007-11-27 Thread Millo Giovanni
Dear List, I just installed R 2.6.1 (on Win2K) and I get a strange error in functions min() and max(): > min(1:3) Errore in .Internal(min(..., na.rm = na.rm)) : nessuna funzione interna "min" which, as you may have guessed, means 'no internal function "min" '. The same happens for max(). May