s-news
[Top] [All Lists]

warning in dropping global assign

To: s-news@wubios.wustl.edu
Subject: warning in dropping global assign
From: "vito muggeo" <vitomuggeo@hotmail.com>
Date: Wed, 05 Dec 2001 08:38:11
Dear all,
I've written some function where global assignements are requested,
for instance:
fn<-function(....){
x<<-....
y<<-....
....
rm(x,y, w=1)
return(....)}
Everything works but S+ with the output returns also
Warning messages:
 "1" to be removed not in database in: remove(list)

The same function with "rm(x, y, pos=1)" in R works perfectly without any warning!!!
Is it possible to dropt the warning? I'm running S+2000-3 for WinMe.
Best,
vito







_________________________________________________________________
Scarica GRATUITAMENTE MSN Explorer all'indirizzo http://explorer.msn.it/intl.asp


<Prev in Thread] Current Thread [Next in Thread>