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
- Revert previous code which attempted to avoid calling dyn.load on libraries already loaded (which in turn had triggered an R bug that corrupts the load table when this occurs). That code's logic was not correct.
- Generate unique shared object paths using a simple static counter rather than a call to sample. The previous issue must have been triggered by sample returning the same integer twice, which in turn may have been triggered by some maniplation of the rng state by expm?.
0 commit comments