Changes in version 1.4.3 o Sync API with matrixStats v0.60.1. Changes in version 1.4.1 o Sync API with matrixStats v0.60.0. Changes in version 1.2.1 o Sync API with matrixStats v0.58.0. Changes in version 1.2.0 o Add drop and type to generic signature of [row|col]Quantiles (). o Sync API with matrixStats v0.57.0 (). o Add default methods with user-friendly fallback mechanism (). Suggested packages are now loaded the first time a MatrixGenerics' generic is called (e.g. the first time MatrixGenerics::colVars() is called). With this new approach, if the user passes a _dgCMatrix_ object and if sparseMatrixStats is already loaded, will 'just work' and the fallback mechanism won't try to load anything. o Dispatch on methods for matrix objects when table objects are supplied () Changes in version 1.0.0 o New package MatrixGenerics, providing S4 generic functions modeled after the 'matrixStats' API for alternative matrix implementations.