• Regular maintenance.
  • Added a new plot layout, boxplot, to display box plots.
  • Adjusted testthat tests following new release of ggplot2
  • Added unitaryAlpha technique to compute average correlation
  • Simplified documentation for within-subject designs.
  • Made a message shown based on option
  • Corrected labeling of factors.
  • Updated CustomizingSuperbPlots vignettes.
  • Added superbToWide to ease the conversion to wide format
  • A few tiny corrections to the documentation
  • Updated references
  • Note that updates are spaced more and more as the library is now very stable
  • Added pairwise deletion for the computation of the mean correlation in case of missing data with CA
  • Removed ggplot2 depleted functions “aes_string” in favor of “aes”
  • Removed ggplot2 depleted attribute “size” in favor of “linewidth”
  • Added the lineBand plot in the Shiny interface
  • Added documentation related to plotting frequencies
  • Harmonized a bit the other vignettes’ format.
  • Updated version in shinyapps.io
  • Tweaked column selection so that the variable argument can be given columns names in different order than the order in the dataframe.
  • tweaked “pointing” so that for error bars not lying on both side of the central tendency, the line does not pass throught the central tendency.
  • updated documentation.
  • added an option “pointing” to error bars so that they can be pointing; “up”, “down” or go in “both” directions (default).
  • Corrected the bug from 0.9.7.9 (kept bugging me!);
  • Reduced image resolution in vignettes.
  • Added a new layout to display precision using a band rather than error bars;
  • changed numbering of versions to two-digits version code.
  • Corrected a problem in the order of the conditions when more then 10 were present.
  • Corrected a few typos;
  • The population size in superbShiny() was limited to 99,999. Corrected.
  • Added a vignette for superb with SPSS;
  • Corrected superbShiny to show the doi and remove graphic directives;
  • Updated the shinyapps.io version to match this one.
  • corrected one bug regarding variables with similar names;
  • integrated tibble data format into superb;
  • some output were missing in VignetteC and a backtick missing in VignetteA.
  • official release on CRAN of superb with the graphical user interface superbShiny();
  • small changes to vignette TheMakingOf.
  • beta release of superbShiny(), a graphical user interface to facilitate the use of superbPlot.
  • Added a vignette on how to implement Reference Intervals (RI) into superb;
  • Implemented makeTransparent() to ease the creation of plots with multiple error bars;
  • Added a distinct vertical color, vcolor, to the geom_superberrorbar();
  • Added an argument “WSDesign” (default = “fullfactorial”) when the within-subject factors are not full-factorial;
  • Added a vignette on how to plot non-full factorial datasets.
  • Integrated an example of robust statistic in Vignette/Article 4: the 20% trimmed mean and its confidence interval;
  • Added showSignificance() to annotate group differences;
  • Added a note when missing data are in the dataframe;
  • Added automatic handling of initializers (see Vignette/Article 9 for an example);
  • Added a vignette dedicated to how to illustrate Cohen’s d;
  • Added a geom_superberrorbar() with additional options for the tip markers;
  • … all this on its way to the next release version 0.9.7.5, codename: “two-tail 95% confident”. Stay tune as the best is still to come (and it is shiny!)
  • Second release on CRAN, codename “95% confident”;
  • Expanded documentation once more.
  • Added two vignettes.
  • Problem with CAPITAL grd corrected;
  • Rounded the numbers in the messages to 4 decimals (that should be more than enough!);
  • All the message/warnings/stop generated by suberb are now prefixed with “superb::”;
  • Added function WelchDegreeOfFreedom();
  • Added a message that indicate tryon adjustment value;
  • Added a vignette on Welch, Tryon & superb.
  • Implemented the raincloud plots;
  • Converted messages from warning() to message().
  • Expanded function names lambda, epsilon;
  • Made built-in bootstrap estimators for SE and PI;
  • Renamed option “debug” into “feedback”;
  • Changed debug information for GRD;
  • Converted in GRD the level ranges, e.g., “diff(1,5)”, into numeric levels.
  • Added superbData as a shortcut to superbPlot(… showPlot = FALSE);
  • Changed debug information for suberbPlot and superbData;
  • Created a logo and improved web pages;
  • Revised documentation.
  • Initial release of the R version on CRAN;
  • Added optional argument facetParams to the plotting functions;
  • Made the plot function customizable;
  • Wrote vignettes.
  • Beta release of superb on GitHub;
  • Renamed to superb (SUmmary Plot with ERror Bars);
  • packaged together GRD and MeanPlot;
  • Added pre and post-processing operators;
  • Transcoded MeanPlot from Mathematica to R.
  • Initial release of GRD 2.0 for the R platform.