2025-04-02 vs. 1.3.43 - Ivan Bezerra Allaman * Fixed the `"mtext"` command line being out of context of the axis1 argument. (2023-11-15) * Fixed target missing package anchors in `xtable.TukeyC.Rd` * Adjusted all functions that use `LSmeans` as an object. Changed `aux_mt$coef[,1]` to `with(aux_mt,estimate)`. * Changed `"par(mar=op)"` in line 180 of `boxplot.TukeyC` to `"on.exit(par(mar=np))"`. * Changed "par(mar=op)" in line 206 of plot.TukeyC to "on.exit(par(mar=np))". * The English in the entire documentation has been reviewed! 2023-08-30 vs. 1.3.42 - Ivan Bezerra Allaman * Adjusted files as required by CRAN. 2023-06-21 vs. 1.3.41 - Ivan Bezerra Allaman * Added new arguments to the `plot` function: `axis1` and `axis2`. These arguments provide greater flexibility for users who want to customize their axes. * Adjusted files as required by CRAN. 2020-11-04 vs. 1.3-4 - Ivan Bezerra Allaman * José Cláudio * Fixed warning in `boxplot.TukeyC.Rd`. * Improvements in the documentation: - `TukeyC.Rd`. - `plot.TukeyC.Rd`. - `boxplot.TukeyC.Rd`. * NAMESPACE adjustment * Ivan Bezerra * Fixed bug in the `TukeyC.lmerMod` function. Corrected the calculation of QME and dfr in rows 20, 21, 169 and 170. * Added xtable method to TukeyC. This function is xtable.TukeyC. * Added xtable.TukeyC to the man folder. * Fixed bug in TukeyC.lmerMod, TukeyC.lm and TukeyC.aovlist. Substituted levelss with the aux_MSE object in rows 88, 82 and 75. For split-plot or split-split-plot designs, the conditioning object is aux_MSE and not levelss. * Fixed bug in plot.TukeyC and boxplot.TukeyC functions.In the plot.TukeyC function, changed names(x$out$Result[,1]) to row.names(x$out$Result) (row 166). In the boxplot.TukeyC function, added treat <- 'treat' (row 61). * Fixed bug in the m.infos.lmerMod.R function. Changed aux_mt$coef[,3] (incorrect degree of freedom) to aux_mt$coef[,4] in lines 22-25. 2019-01-15 vs. 1.3-3 - Ivan Bezerra Allaman * Added new plot method: boxplot.TukeyC. 2018-11-05 vs. 1.3-2 - Ivan Bezerra Allaman * Fixed bug in make.TukeyC.groups that caused infinite loop with severely unbalanced data. * The algorithm for make.TukeyC.groups was substituted. * Added the parallel package as an import. 2018-01-13 vs. 1.3-1 - José Cláudio Faria * Overall improvements in the demos, examples and documentation. * Adequation version number. 2018-01-12 vs. 1.3-0 - Ivan Bezerra Allaman * Fixed warning in make.TukeyC.test. Changed vece object with MSE to as.vector(MSE). * Added lme4 and pbkrtest packages to the Suggests field. 2018-01-09 vs. 1.2-8 - Ivan Bezerra Allaman * Bug fixed in TukeyC.nest.aovlist. * Added new method to the package: TukeyC.lmerMod. * Added lme4 to the "Imports" field in the description file. 2017-09-13 vs. 1.2-7 - Ivan Bezerra Allaman * Added ci (confidence interval) and cip (pooled confidence interval) to the plot function. * Added the match.call() function internally to the TukeyC.lm function to retrieve arguments. 2016-11-21 vs. 1.2-6 - Ivan Bezerra Allaman * Added the adjusted.pvalue argument to the TukeyC function. * Removed the dispersion argument from the TukeyC function and added it to the plot function. * Added three new methods to the package: print.TukeyC, TukeyC.formula and TukeyC.lm. * Substituted the TukeyC.aov function with TukeyC.lm. * Substituted m.inf.1a, m.inf.1b, m.inf.2a, m.inf.2b, m.inf.3a and m.inf.3b by m.infos.lm, m.infos.aovlist, m.infos.nest.lm and m.infos.nest.aovlist. * TukeyC.nest.lm and TukeyC.nest.aovlist are now internal functions. * The TukeyC.nest functions were otimized. * Added the doBy package as a dependency because of the LSmeans function. * Added the official url for package development to the description file. 2014-08-16 vs. 1.2-5 - José Cláudio Faria * A new function 'cv' was added. It calculates the coefficient of variation for lm, aov and aovlist objetcs. * Small changes were made to meet CRAN requirements. 2013-11-21 vs. 1.2-4 - José Cláudio Faria * All calls to the old method model.frame.aovlist now call the generic to meet CRAN requirements. * Released to CRAN. 2013-04-16 vs. 1.2-3 - José Cláudio Faria * The source code has been significantly improved. * The documentation has been thoroughly updated. * Restricted to testers. 2013-04-11 vs. 1.1-2 - José Cláudio Faria * New options related to the dispersion of means. * Restricted to testers. 2012-12-10 vs. 1.1-1 - José Cláudio Faria * A small bug was fixed in the function TukeyC.nest.aovlist.R. The lines that incorrectly used "[:punct:]" (wrong) were changed to "[[:punct:]]" (correctly). * New data: SPET (Split-plot in time). * Restricted to testers. 2012-10-06 vs. 1.1-0 - José Cláudio Faria * The notation for FE, SPE and SSPE experiments was simplified. * Overall improvements in code, documentation and demos. 2012-09-27 vs. 1.0-8 - José Cláudio Faria * Restricted to testers. 2012-06-24 vs. 1.0-7 - José Cláudio Faria * Overall improvements were made to the documentation. 2012-06-22 vs. 1.0-6 - José Cláudio Faria * Ivan Bezerra Allaman began working on the project as a co-author. * Overall improvements were made to the documentation. * First version released on CRAN. 2012-05-27 vs. 1.0-5 - José Cláudio Faria * Overall improvements were made to the demos, examples and documentation. 2012-05-25 vs. 1.0-4 - José Cláudio Faria * The slot 'Differences' of the returned list was renamed to 'Diff_Prob'. The upper triangle of the matrix stores the differences between means and the lower triangle stores the probability of this value being significant. 2012-04-02 vs. 1.0-3 - José Cláudio Faria * Restricted to testers. 2010-06-10 vs. 1.0-2 - José Cláudio Faria * Restricted to testers. 2010-06-10 vs. 1.0-1 - José Cláudio Faria * Restricted to testers. 2010-05-27 vs. 1.0-0 - José Cláudio Faria * Restricted to testers.