Releases: sborstein/dietr
Releases · sborstein/dietr
dietr 1.1.6-1
dietr 1.1.6
dietr 1.1.6
Minor changes
- Fixed issues with functionality caused by rfishbase updates that caused package to be removed from CRAN
- Updated documentation.
- Added support for GII, MFI, and Windell Significance in CompositeIndices
dietr 1.1.5-1
dietr 1.1.5-1
Minor changes
- Fixed issues with functionality caused by rfishbase updates
- Updated vignette and documentation.
dietr 1.1.4
dietr 1.1.4
Minor changes
- Fixed issues with functionality caused by duckdb and rfishbase updates
- Updated vignette and documentation.
- Better handling of class checking for functions using inherits
dietr 1.1.3
dietr 1.1.3
Minor changes
- Fixed issue with assuming relative abundance provided would sum to 1 in Electivity function. The function has new option CalcAbundnace which allows users to calculate relative abundance if desired. If you previously used this function with relative abundance data that was incomplete and did not sum to 1, you may get incorrect results and should re-run analyses.
- Updated vignette and documentation.
dietr 1.1.2
dietr 1.1.2
Minor changes
- Fixed typos in documentation
- Fixed an issue where ConvertFishbaseDiet function used lots of RAM
- Fixed an issue introduced by an rfishbase update causing ConvertFishbaseFood function to fail CRAN checks. Thanks to the rfishbase team for support.
dietr 1.1.1
dietr 1.1.1
Minor changes
- Updated vignette. Mostly typo fixes.
- General improvements to documentation.
- Fixed minor plotting bug in PlotElectivity.
dietr 1.1.0
dietr 1.1
Major changes
- New function to calculate composite diet indices, CompositeIndices.
- New functions VacuityIndex and GastrosomaticIndex to calculate the vacuity and gastro-somatic indices.
- New function PlotElectivity to plot results returned by the Electivity function.
- New dataset Casaux1998 for tutorial and examples on calculating composite indices.
- New dataset SebastesStomachs for tutorial and examples on calculating vacuity and gastro-somatic indices.
Minor changes
- Updated vignette. These include minor fixes for clarity and the inclusion of examples for the new functions.
- General improvements to documentation.
- Updated dataset Horn1982 to better work with new plotting function.