Releases: dynverse/dynutils
dynutils 1.0.3
-
FUNCTIONALITY: Added
test_h5_installation()
. -
BUG FIX: Added compatibility workaround for being able to read hdf5 1.10.4 files
on a hdf5 1.8.14 Windows platform (hhoeflin/hdf5r#60). -
FUNCTIONALITY:
calculate_distance()
andcalculate_similarity()
now support
sparse matrix calculation thanks to proxyC! -
SMALL CHANGES: Remove dependencies: glue, Hmisc, devtools, testthat, tidyr.
new functionality, improved documentation and better tests
-
REMOVED
run_until_exit()
: This functionality is already
sufficiently covered by theprocessx
package. -
ADDED
mapdf()
functions: Apply a function to each row of a data frame.
These functions are very similar to thepurrr::map()
functions. -
ADDED
tibble_as_list()
: Reverse functionality oflist_as_tibble()
. -
ADDED
project_to_segments()
: Project a set of points to to set of segments. -
DOCUMENTATION: Added documentation to every exported function.
-
DOCUMENTATION: Added overview of functions to
?dynutils
. -
DOCUMENTATION: Added overview of functionality to
README.md
. -
TESTING: Expanded tests for tibble helper functions,
calculate_distance()
, andinstall_packages()
. -
DOCUMENTATION: Added
inst/NEWS.md
file.
Initial release on CRAN
0.1.0 change description