Changelog
Source:NEWS.md
biometryassist 1.2.1
CRAN release: 2024-06-05
Bug Fixes
- The new
summary_graph()
function was accidentally left out of the CRAN submission.
biometryassist 1.2.0
CRAN release: 2024-05-31
Major changes
- Introduced the
summary_graph()
(#75) andheat_map()
(#19) functions - Enabled arbitrary
row
,column
,block
andtreatment
columns to be provided in theautoplot.design()
function, to enable more general plotting of designs. (#28)
Minor changes
- Implemented the ability to plot designs with buffer plots. (#68)
- Changed
install_asreml()
to check if there is a later version before downloading. - Enabled non-standard evaluation input of column names in
autoplot.design()
.
biometryassist 1.1.3
CRAN release: 2023-07-19
Bug fixes
- Better checking of column names in data provided to
multiple_comparisons()
to prevent breaking. (#53) - Updated install_asreml() to work with ARM chip macOS devices. (#54)
- Wrote a vignette with instructions for installing ASReml-R. (#55)
- Fixed variogram to enable it to work with dsum models (i.e. MET models). (#61)
biometryassist 1.1.2
CRAN release: 2022-11-25
Bug fixes
- Fixed a bug introduced due to a change in names by
predictmeans()
. (#50) - Added a check for missing
ar1()
component invariogram()
. (#49) - Added an error check for terms provided in the wrong order to
multiple_comparisons()
viaclassify
. (#48) - Checked if model needs the
present
argument passed topredict.asreml()
. (#41)
biometryassist 1.1.1
CRAN release: 2022-10-27
Minor changes
-
multiple_comparisons()
now accepts power transformations and automatically back-transforms. It gains a new argumentpower
to provide the transformation power applied in the model to undo. This enables more general Box-Cox transformations. (#36) -
multiple_comparisons()
no longer produces an error when thetrans
argument is supplied andoffset
is not. It now produces a warning and setsoffset
to 0 when not provided. (#37) - Added an option to turn off the start up message and version check. Add
options(biometryassist.check = FALSE)
to your .Rprofile file to disable. Partially fixes #6. - Enabled new colour-blind friendly palettes (#39)
Bug fixes
- Updated the required version of rlang (>=1.0.0)
- Fixed a bug that didn’t allow labels and the x axis to be rotated independently for
autoplot.mct()
(#35) - Fixed an issue where treatment columns were not determined correctly in
multiple_comparisons()
(#33) - Fixed a problem with variograms displaying grey values where
NA
s have been produced. (#24 and #25) - Fixed some warnings that would be introduced with the forthcoming version of ggplot2 (#42)
biometryassist 1.1.0
CRAN release: 2022-04-14
Major changes
-
multiple_comparisons()
no longer requires calls topredict.asreml()
to be passed into the function, as the predicted values are now calculated internally. Additional arguments can be passed topredict.asreml()
via the...
argument. (#27)
Minor changes
- The
order
argument ofmultiple_comparisons()
has been deprecated in favour of a new argumentdescending
. This takes logical (TRUE
orFALSE
) values only, sodefault
is no longer possible as it was producing incorrect results. (#8) -
resplt()
has been deprecated in favour ofresplot()
and will be removed in a future version (#20). - Warnings about lack of convergence are no longer output in
logl_test()
. (#17)
Bug fixes
- Aliased levels are printed properly in
multiple_comparisons()
now. (#14) - R.param and G.param are removed from the
asreml()
call onresplot()
if not explicitly provided. (#21) - Fixed a bug where
install_asreml()
would not work on macOS Monterey. (#16)
biometryassist 1.0.0
CRAN release: 2022-01-28
Minor changes
-
mct.out()
has been renamed tomultiple_comparisons()
-
logl.test()
has been renamed tologl_test()
-
des.info()
has been renamed todes_info()
Previous versions
For changes prior to biometryassist 1.0.0 see the BiometryTraining package at https://biometryhub.github.io/BiometryTraining/news/index.html.