You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dummy question about defmacro(). Its documentation clearly mentions that it comes from Thomas Lumley's article in R News. This article indicates that
a macro would have undesirable side-effects
I had a hard time while debugging some programs which use defmacro() because of these side effects. I haven't used it before that and it was clear that the R users who had written these programs were not aware of the side effects of defmacro().
I wonder whether you would agree to warn users about using defmacro()?
Personnally, I am not convinced that using defmacro() is safe. IMHO, this function should only be used by advanced users who understand the risks.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks a lot for your work on this package.
I have a dummy question about
defmacro()
. Its documentation clearly mentions that it comes from Thomas Lumley's article in R News. This article indicates thatI had a hard time while debugging some programs which use
defmacro()
because of these side effects. I haven't used it before that and it was clear that the R users who had written these programs were not aware of the side effects ofdefmacro()
.I wonder whether you would agree to warn users about using
defmacro()
?Personnally, I am not convinced that using
defmacro()
is safe. IMHO, this function should only be used by advanced users who understand the risks.The text was updated successfully, but these errors were encountered: