[Rd] dotcode typo? (PR#7917)

murdoch at stats.uwo.ca murdoch at stats.uwo.ca
Fri Jun 3 21:21:51 CEST 2005


On 6/2/2005 1:27 PM, bates at wisc.edu wrote:
> murdoch at stats.uwo.ca 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)
>> 
>>  > summary(glm(dead ~ dose, family = binomial(link = logit)))
>> Error in .Call("logit_link", mu) : cannot resolve native routine
>> Execution halted
>> 
>> I'm cc'ing this to R-bugs so we don't forget it, but I'm not going to be 
>> able to fix it down myself.
>> 
>> Duncan Murdoch
>> 
>> ______________________________________________
>> R-devel at stat.math.ethz.ch mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-devel
> 
> That occurs in code that I recently added so I better check that.

I think it was that .Call() didn't include PACKAGE="stats" in 
stats/R/family.R.  I've fixed that; I'll look for other similar cases.

Duncan Murdoch



More information about the R-devel mailing list