v4.1.5 2023-06-14
- use requireNamespace instead of require in examples

v4.1.5 2023-06-14
- getter functions manage errored mixtComp run
- remove blockcluster from suggested packages
- lint
- change maintainer

v4.1.4 2020-11-12
- export formatData, completeAlgo and formatModel functions to avoir using RMixtCompUtilities::: in RMixtComp
- add class parameter for functional models in plotDataBoxplot
- change default value of nInitPerClass in createAlgo function
- change default value of empiric in getPartition function

v4.1.3 2020-10-02
- formatModel manages data.frame and matrix for models with hyperparameters
- bug correction for heatmap* functions with pkg = "plotly"
- use uniroot instead of optimize to find the ci bounds for functional data
- bug corrections in plotDataCI and plotDataBoxplot when using class parameter (color, position, error when combined with grl = TRUE)
- add unexported icl function
- remove colours in barplot functions
- change maintainer

v4.1.2 2020-06-04
- print.MixtComp prints correctly functional and rank parameters
- add getProportion function
- doc correction
- add class parameter to plotDataBoxplot, plotDiscrimVar and computeDiscrimPowerVar functions
- getCompletedData returns a data.frame with proper column types and returns rank as a string
- label order correction for functional data

v4.1.0 2019-12-16
- can use grl = TRUE in plot.MixtComp
- add plotData parameter in plot.MixtComp
- bug correction in extractCIPoissonVble when grl = TRUE
- plotDataBoxplot uses ggplot2 and plotly
- plotParamConvergence works for nClass = 1

v4.0.0 2019-08-27
- On CRAN, Now

v0.1 2019-07-02
- Extract plot and getter functions from RMixtComp