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
- these operations: min(), max(), any(), range(), etc.
- would return the incorrect value due to
an `as.matrix()` conversion under the hood
- now skips that conversion, trips a warning,
and carries on
- triggers an error of non-numerics are passed
as part of the '...' outside of a `soma_adat`,
just like `Summary.data.frame()`
- fixesSomaLogic#121
Summary.data.frame()
, but not ideal forsoma_adat
class.Thanks for contributing 🥳!
The text was updated successfully, but these errors were encountered: