Changelog
Source:NEWS.md
augmentedRCBD 0.1.8
UPDATED FUNCTIONS:
-
report.augmentedRCBD.bulk
- Fixed issue with use of “DF” as a trait name because of duplication with “Df” or “Degrees of freedom” column name. Fixed warning messages for GVA. -
print.augmentedRCBD.bulk
- Fixed warning messages for GVA. -
augmentedRCBD.bulk
,print.augmentedRCBD.bulk
,report.augmentedRCBD.bulk
- Updated to handle unequal number of treatments (checks and tests) among traits.
augmentedRCBD 0.1.7
CRAN release: 2023-08-18
UPDATED FUNCTIONS:
-
report.augmentedRCBD.bulk
- Fixed report creation when anova warnings are present.
augmentedRCBD 0.1.6
CRAN release: 2023-05-28
UPDATED FUNCTIONS:
-
augmentedRCBD
- Fixed ignoring ofgroup = TRUE
whentruncate.means
isTRUE
. Added warnings to output. -
augmentedRCBD.bulk
- Fixed issue with using only a single trait. Converted rounded outputs to raw ones. Addedk
argument. -
report.augmentedRCBD
- Added missing headers in word file. Added excel report. Added global option for rounding. Addedk
andcheck.col
arguments. -
report.augmentedRCBD.bulk
- Fixed issue (#11) withcli
colour being captured in warning message output leading to error in creation of word file. Added excel report. Added global option for rounding. Fixed issue (#14) with same warning in multiple traits generating error(s). -
print.augmentedRCBD.bulk
- Fixed issue (#14) with same warning in multiple traits generating error(s).
augmentedRCBD 0.1.4
CRAN release: 2021-02-17
UPDATED FUNCTIONS:
-
report.augmentedRCBD.bulk
- Fixed same value being shown for SE and CD (Thanks to muralib5002@gmail.com).
augmentedRCBD 0.1.3
CRAN release: 2020-07-27
UPDATED FUNCTIONS:
-
augmentedRCBD.bulk
&report.augmentedRCBD.bulk
- Added check statistics in output.
VIGNETTE:
- Reverted to using system certificates instead of RCurl ones for fetching and displaying version history as suggested by Prof. Brian Ripley (ripley@stats.ox.ac.uk).
augmentedRCBD 0.1.2
CRAN release: 2020-03-19
UPDATED FUNCTIONS:
-
augmentedRCBD
- Added features to handle negative adjusted means; Fixed bug in computation of Tukey HSD and SE (Thanks to ahmad@cau.edu.cn). -
report.augmentedRCBD
- Fixed missing row names in the table of ‘Standard Errors and Critical Differences’. -
gva.augmentedRCBD
- Added features to handle negative GV and/or hBS. -
augmentedRCBD.bulk
- Added features to handle negative adjusted means, GV and/or hBS. -
report.augmentedRCBD.bulk
- Added features to handle negative adjusted means, GV and/or hBS. -
freqdist.augmentedRCBD
- Fixed compatability issues with updated implementation ofunit
function/class ingrid
package.
augmentedRCBD 0.1.1
CRAN release: 2019-07-21
UPDATED FUNCTIONS:
-
report.augmentedRCBD.bulk
- Fixed issue with non syntactically valid column names. -
augmentedRCBD
- Changedemmeans::cld
tomultcomp::cld
to account for the changes inemmeans
1.3.5.