Re: [Rd] dotcode typo? (PR#7917)

2005-06-03 Thread murdoch
On 6/2/2005 1:27 PM, [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Whoops, spoke too soon. This definitely breaks the logic, so I won't commit. With this change the check of demo(lm.glm) in package utils fails with this error message: dead - cbind(x, n - x)

[Rd] dotcode typo?

2005-06-02 Thread Huntsinger, Reid
I ran across the following in the R-2.0.1 source, src/main/dotcode.c, in the function resolveNativeRoutine(), lines 146-163. Line 152 looks like a typo: here are lines 149-155 if(!*fun) { if(dll.type != FILENAME) { *fun = R_FindNativeSymbolFromDLL(buf, dll, symbol);

RE: [Rd] dotcode typo?

2005-06-02 Thread Huntsinger, Reid
: Thursday, June 02, 2005 12:33 PM To: r-devel@stat.math.ethz.ch Subject: [Rd] dotcode typo? I ran across the following in the R-2.0.1 source, src/main/dotcode.c, in the function resolveNativeRoutine(), lines 146-163. Line 152 looks like a typo: here are lines 149-155 if(!*fun) { if(dll.type

Re: [Rd] dotcode typo?

2005-06-02 Thread Duncan Murdoch
Of Huntsinger, Reid Sent: Thursday, June 02, 2005 12:33 PM To: r-devel@stat.math.ethz.ch Subject: [Rd] dotcode typo? I ran across the following in the R-2.0.1 source, src/main/dotcode.c, in the function resolveNativeRoutine(), lines 146-163. Line 152 looks like a typo: here are lines 149-155

Re: [Rd] dotcode typo? (PR#7917)

2005-06-02 Thread murdoch
PROTECTED] On Behalf Of Huntsinger, Reid Sent: Thursday, June 02, 2005 12:33 PM To: r-devel@stat.math.ethz.ch Subject: [Rd] dotcode typo? I ran across the following in the R-2.0.1 source, src/main/dotcode.c, in the function resolveNativeRoutine(), lines 146-163. Line 152 looks like a typo: here

Re: [Rd] dotcode typo? (PR#7917)

2005-06-02 Thread bates
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Huntsinger, Reid Sent: Thursday, June 02, 2005 12:33 PM To: r-devel@stat.math.ethz.ch Subject: [Rd] dotcode typo? I ran across the following in the R-2.0.1 source, src/main/dotcode.c, in the function resolveNativeRoutine(), lines 146-163. Line 152