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
Issue: both internal C++ objects and R6 objects have reference semantics, while S3 does not. The solution is to define an environment (just as R6 does).
Note: it would be possible to modify the behaviour of $<-.simmer, etc.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Issue: both internal C++ objects and R6 objects have reference semantics, while S3 does not. The solution is to define an environment (just as R6 does).
Note: it would be possible to modify the behaviour of
$<-.simmer
, etc.The text was updated successfully, but these errors were encountered: