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
BUG FIXES
- GMMA avoids simplify2array error by explicitly calling lapply
wrapped in do.call(cbind, ...).
- Move and fix unit tests, so they actually run under R CMD check.
- Explicitly check for single-column input in functions that expect it.