Re: [Rd] problem with findFun call from embedded R

2007-07-04 Thread Byron Ellis
Yeah, setting R_Interactive is probably fine. I do it (not that I should be considered a "safe" user of R). As to the findFun issue, there is a much more useful function (findVar1 maybe?) that wouldn't die if the object didn't exist. Sadly, like many functions useful for the development of user in

[Rd] problem with findFun call from embedded R

2007-07-04 Thread Joe Conway
I was debugging a problem reported to me regarding PL/R, and found that I can duplicate it using only R sources. It might be characterized as possibly a misuse of the findFun() function, but I leave that for the R devel experts to decide. The below results are all with R-2.5.1 (I can't seem to

Re: [Rd] [R] reinforce library to re-load

2007-07-04 Thread Doran, Harold
I think you want to use detach() > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Weiwei Shi > Sent: Tuesday, July 03, 2007 3:27 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [R] reinforce library to re-load > > Hi, > > I am wonder