Changelog
Source:NEWS.md
speed 0.0.9
Major Changes
- Deprecated the
splitsargument ofinitialise_design_df()in favor ofinitialise_split_design_df(). Passingsplitsnow warns with the equivalent suggested call.
Bug Fixes
-
speed()no longer emits a “Setting row names on a tibble is deprecated” warning when passed a tibble; row labels are now only reset for base data frames. -
speed()now accepts designs withvctrs-backed columns that report a multi-classclass()(such as the tables produced by theedibblepackage). Previously these failed with “first argument has length > 1” when restoring column types; such columns are now restored ascharacter.
speed 0.0.8
Major Changes
- Added
ring_dists,ring_weights, andring_typearguments tocalculate_adjacency_scorefor weighting matches at larger adjacent ring radii; can be passed viaspeed().
speed 0.0.7
Minor Changes
- Fixed
autoplot.designwhere'block'column was required when providing another column forblock(#88).
speed 0.0.5
Major Changes
- Added
objective_function_factorialfor factorial designs, combining main-treatment and interaction balance scores (#78).