Changes in version 2023-09-25 o use requireNamespace instead of require in examples Changes in version 2023-06-14 o getter functions manage errored mixtComp run o remove blockcluster from suggested packages o lint o change maintainer Changes in version 2020-11-12 o export formatData, completeAlgo and formatModel functions to avoir using RMixtCompUtilities::: in RMixtComp o add class parameter for functional models in plotDataBoxplot o change default value of nInitPerClass in createAlgo function o change default value of empiric in getPartition function Changes in version 2020-10-02 o formatModel manages data.frame and matrix for models with hyperparameters o bug correction for heatmap* functions with pkg = "plotly" o use uniroot instead of optimize to find the ci bounds for functional data o bug corrections in plotDataCI and plotDataBoxplot when using class parameter (color, position, error when combined with grl = TRUE) o add unexported icl function o remove colours in barplot functions o change maintainer Changes in version 2020-06-04 o print.MixtComp prints correctly functional and rank parameters o add getProportion function o doc correction o add class parameter to plotDataBoxplot, plotDiscrimVar and computeDiscrimPowerVar functions o getCompletedData returns a data.frame with proper column types and returns rank as a string o label order correction for functional data Changes in version 2019-12-16 o can use grl = TRUE in plot.MixtComp o add plotData parameter in plot.MixtComp o bug correction in extractCIPoissonVble when grl = TRUE o plotDataBoxplot uses ggplot2 and plotly o plotParamConvergence works for nClass = 1 Changes in version 2019-08-27 o On CRAN, Now Changes in version 2019-07-02 o Extract plot and getter functions from RMixtComp