Releases: mages/ChainLadder
Releases · mages/ChainLadder
ChainLadder 0.2.21
ChainLadder 0.2.0
- Removed old database demo to comply with new CRAN checks
ChainLadder 0.2.19
- Fixed links in documentation that had references to a functions from different R packages, as reported by CRAN checks
ChainLadder 0.2.18
- Changes to the Matrix package (in 1.5-5) have impacted the MultiChainLadder2 function, which need to be resolved. In some cases the function fails when the data results in near-singular matrix inversions
ChainLadder 0.2.17
- New seed argument for BootChainLadder to set an optional seed for the random generator
ChainLadder 0.2.16
- New weights argument for MuinchChainLadder
- Fixed typo checking for weight argument in glmReserve. Thanks to Kennedy Mwavu for reporting this issue
- Fixed weights in CDR.MackChainLadder. Thanks to Giorgia Chieruzzi for contributing the patch
ChainLadder 0.2.15
- Started using pkgdown to create package website
- Added ChainLadder hexagon graphic
- Moved vignettes/NEWS.Rmd to NEW.md to autogenerate changelog with pkgdown
- Clarified how to extract MackChainLadder objects in package vignette
ChainLadder 0.2.14
- Updated package dependencies to address a warning from CRAN
ChainLadder 0.2.13
- Updated URLs in the bibliography of the package vignette and help files
ChainLadder 0.2.12
- Moved continuous integration testing from TravisCI to GitHub Actions
- Changed vignette format from Sweave to RMarkdown to facilitate easier testing using GitHub Actions