- 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.
- 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.
- Use dependencies (genlasso) conditionally in vignettes.
- Fix clang14 warning on using bitwise
|
with boolean operands. - Remove the
LazyData
field inDESCRIPTION
to fix the check note.
- Reset graphical parameters after changing them in the vignette.
- Add an argument
sort
inoneclust()
to support solving the restricted clustering problem (preserving data order).
- First public release.