tbates / umx

Making Structural Equation Modeling (SEM) in R quick & powerful
https://tbates.github.io/
44 stars 17 forks source link

options(mxByrow = TRUE) side effects, removed #232

Closed lf-araujo closed 11 months ago

lf-araujo commented 12 months ago

Learned the hard way about side effects of the options() function. This line is not kept within the function namespace, it would affect, eg, umxThresholds if run after it. Rookie mistake, sorry.