On 5/20/06, Prof Brian Ripley <[EMAIL PROTECTED]> wrote:
> Here are three examples where this matters, and I think the bug is
> elsewhere!
>
> 1) Package accuracy does
>
> ZeligHooks<-function (...) {
> if (exists(".simHooked",envir=.GlobalEnv)) {
> return(TRUE)
> }
> origsim=g
Here are three examples where this matters, and I think the bug is
elsewhere!
1) Package accuracy does
ZeligHooks<-function (...) {
if (exists(".simHooked",envir=.GlobalEnv)) {
return(TRUE)
}
origsim=get("sim",envir=as.environment("package:Zelig"))
sim.replacement=functi