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
Objects that have reference semantics (e.g. environments, R6 objects, data.table), when created in the global environment and packaged into teal_data, allow for modifying the contents of teal_data from without.
Objects that have reference semantics (e.g. environments, R6 objects, data.table), when created in the global environment and packaged into
teal_data
, allow for modifying the contents ofteal_data
from without.This is a potential breach in code reproducibility.
Note that once code is evaluated
within
teal_data
, the result is a deep copy because@env
is cloned under the hood.The text was updated successfully, but these errors were encountered: