[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
From: Max Turgeon <Max.Turgeon at umanitoba.ca>
Sent: Thursday, February 20, 2020 10:50 AM
To: Weimin Zhang <zhangwm at hotmail.com>; r-package-devel at r-project.org <r-package-devel at r-project.org>
Subject: Re: no visible binding for '<<-' assignment note
Sent: Thursday, February 20, 2020 10:50 AM
To: Weimin Zhang <zhangwm at hotmail.com>; r-package-devel at r-project.org <r-package-devel at r-project.org>
Subject: Re: no visible binding for '<<-' assignment note
Hi Weimin,