Changes in version 2.4.4 (2020-06-02) - changing the number of parameters in the X2 goodness of fit test to also include the number of parameters in a gambin model fit (see vignette). Changes in version 2.4.3 (2020-02-03) - Editing code due to new CRAN checks. Changes in version 2.4.2 - Adding new tests Changes in version 2.4.1 (2019-03-03) - Vignette edit to pass CRAN check Changes in version 2.4.0 (2018-07-12) - Bug fix: confidence intervals for alpha - New tests included - Adding a new 'deconstruct_modes' function to enable more in depth analysis of a multimodal gambin model fit - Confidence intervals for multi-component gambin model parameters Changes in version 2.3.0 (2018-02-18) - Adding a new 'mult_abundances' function to fit gambin to muliple sites and calculate standardised alpha Changes in version 2.2.0 (2017-12-05) - Adding a new dataset (Brazilian flies) Changes in version 2.1.0 - Adding support for mixture models Changes in version 2.0.0 - Code refactored - Create r/q/p/d gambin functions - Number of considered free parameters increased from 1 to 2 - Created an initial vignette. - Created an initial test suite - Hooked up to travis and codecov - Created d/r/p/q functions - Minor optimisation on fitGam - Move plot to barplot, lines, points. You can now pass standard plotting arguments and everything will work as expected. - Created README.Rmd to generate README.md - Created NEWS.md - Updated DESCRIPTION with URL Changes in version 1.4.0 - Initial version