New Features
* The function "getLatestCumulative" adds attributes to
the result
- names = origin (rownames) from the Triangle
- rowsname = name of row dimension of Triangle
- colnames = dev (colnames) from Triangle
- colsname = name of the column dimension of Triangle
The function has an additional argument, na.values, a
vector of values (e.g., zero) that are synonymous with NA
when searching for the rightmost non-NA value
* as.triangle.data.frame now aggregates multiple data.frame
records when more than one (origin, dev) observation is
found (the previous version took the first observation).
Changes
* The vignette has been updated with sections on Multivariate
chain-ladder, Clark's method and Generalised linear model methods
* MunichChainLadder no longer accepts triangles with more rows than
columns as the function is not laid out for such data sets
yet. Thanks to Ben Escoto for highlighting this issue.