Changes in version 0.3.0 (2024-03-11) Improvements - Remove the magrittr package from Imports. As a result, the magrittr pipe is no long re-exported by oneclust. This change makes oneclust only use the minimal sufficient number of dependencies. - Update the code examples in the vignette to use meaningful intermediate variable names instead of relying on the pipe operator. Changes in version 0.2.3 (2023-03-06) Improvements - Clarify in the documentation that the weights should be sampling weights instead of frequency weights (thanks, @krzysztof-pankow, #3). - Improve document style following the tidyverse style guide. Changes in version 0.2.2 (2022-08-15) Improvements - Use dependencies (genlasso) conditionally in vignettes. - Fix clang14 warning on using bitwise | with boolean operands. - Remove the LazyData field in DESCRIPTION to fix the check note. Changes in version 0.2.1 (2020-09-01) Improvements - Reset graphical parameters after changing them in the vignette. Changes in version 0.2.0 New Features - Add an argument sort in oneclust() to support solving the restricted clustering problem (preserving data order). Changes in version 0.1.0 New Features - First public release.