Skip to content
Prev 5076 / 12125 Next

[R-pkg-devel] no visible binding for '<<-' assignment note

Thank you Max.

The reason I used the super assignment  "<<-"  is because the "dnormfun" function later called by function kronecker(X, Y, FUN = "*",...) through FUN=" ". If I don't use the super assignment  "<<-"  then the kronecker function cannot find "dnormfun" function. The question now seems that how I can let the kronecker(X, Y, FUN = "*",...) know that "dnormfun" is a "FUN"?

Thanks,
Weimin