Provides common functionality for the dynverse packages. An overview of this functionality is available using the ?dynutils
command or in the examples vignette.
dynverse is created to support the development, execution, and benchmarking of trajectory inference methods. For more information, check out dynverse.org.
Check out news(package = "dynutils")
or NEWS.md for a full list of changes.
MINOR CHANGE calculate_distance()
: Convert matrices to CsparseMatrix instead of dgCMatrix.
MINOR CHANGE calculate_distance()
: Pass through the diag
argument to proxyC.
BUG FIX unit test: Order of attributes is not relevant.
MINOR CHANGE calculate_distance()
: Allow for many more distance measures.
BUG FIX: Import desc::desc()
where needed.