Re: [R] help on dyn.load()

2006-02-20 Thread Feng Tai
Thanks a lot! It works now. Feng From: Roger Bivand [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Feng Tai [EMAIL PROTECTED] CC: r-help@stat.math.ethz.ch Subject: Re: [R] help on dyn.load() Date: Mon, 20 Feb 2006 08:13:49 +0100 (CET) On Mon, 20 Feb 2006, Feng Tai wrote: Hi, I used

Re: [R] changing the value of a variable from inside a function

2005-11-15 Thread Feng Tai
You could use 'ref' package. Feng From: Michael Wolosin [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch Subject: [R] changing the value of a variable from inside a function Date: Tue, 15 Nov 2005 12:22:15 -0500 All - I am trying to write R code to implement a recursive algorithm. I've solved

Re: [R] R on Windows XP x64

2005-11-11 Thread Feng Tai
I checked again, the dialog box pops up after loading package pamr. Thanks a lot!! Feng On Fri, 11 Nov 2005, Prof Brian Ripley wrote: On Fri, 11 Nov 2005, Feng Tai wrote: I am running R 2.2.0 on the Windows XP x64. The mechanism of error hanlder seems different. It will take a very long

Re: [R] R on Windows XP x64

2005-11-11 Thread Feng Tai
In pamr, I found that they wrote their own error handler function and set as .Options$error. I set .Options$error back to NULL, problem solved. Thanks again. Feng On Fri, 11 Nov 2005, Prof Brian Ripley wrote: On Fri, 11 Nov 2005, Feng Tai wrote: I am running R 2.2.0 on the Windows XP x64

[R] R on Windows XP x64

2005-11-10 Thread Feng Tai
Hi, I am running R 2.2.0 on the Windows XP x64. The mechanism of error hanlder seems different. It will take a very long time to pop up a error message diaglog box, even when some simple errors happen such as Syntax error or object not found. Does anybody have the similar experience? Thanks