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
A root cause analysis of issue #25 shows that making an assignment via <- within a list could create a silent error. This is too dangerous to allow to continue.
Should we move towards using = rather than <- for assignment? See here, here and here. There's also a good old Twitter storm thread. It is the number one thing that I see people complain about in R ... why do we do it?
The text was updated successfully, but these errors were encountered:
A root cause analysis of issue #25 shows that making an assignment via <- within a list could create a silent error. This is too dangerous to allow to continue.
Should we move towards using = rather than <- for assignment? See here, here and
here. There's also a good old Twitter storm thread. It is the number one thing that I see people complain about in R ... why do we do it?
The text was updated successfully, but these errors were encountered: