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 naive alternative would be to create an environment which is a child of the memoise namespace, but then the memoized function would have a dependency on the memoize package, which is something I think we want to avoid.
Maybe it would make sense to make the memoized function environment a sibling of the global env? Or, we may even be able to make it a child of the base environment (or base namespace).
Ideally the memoised function would be insulated/namespaced so it's not affected by the global environment
Created on 2021-11-16 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered: