Skip to content

Commit

Permalink
Fixed links in documentation that had references to a functions from …
Browse files Browse the repository at this point in the history
…a different R packages, as reported by CRAN checks
  • Loading branch information
mages committed Jul 21, 2024
1 parent 72922b7 commit 9592f6e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Package: ChainLadder
Type: Package
Title: Statistical Methods and Models for Claims Reserving in
General Insurance
Version: 0.2.18
Date: 2023-06-27
Version: 0.2.19
Date: 2023-07-21
Authors@R: c(person("Markus", "Gesmann", role = c("aut", "cre"),
email = "[email protected]"),
person("Daniel", "Murphy", role = "aut",
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# ChainLadder 0.2.19

* Fixed links in documentation that had references to a functions from a 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
* 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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ See also:

This package is free and open source software, licensed under [GPL](https://www.gnu.org/copyleft/gpl.html).

<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en_GB"><img alt="Creative Commons Licence" class="c1" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a><br />
<span>ChainLadder documentation</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en_GB">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en"><img alt="Creative Commons Licence" class="c1" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a><br />
<span>ChainLadder documentation</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
2 changes: 1 addition & 1 deletion man/Triangles.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ as.triangle(Triangle, origin="origin", dev="dev", value="value", \dots)
\item{ylab}{a label for the y axis, defaults to NULL}
\item{lattice}{logical. If \code{FALSE} the function
\code{\link{matplot}} is used to plot the developments of the
triangle in one graph, otherwise the \code{\link{xyplot}} function
triangle in one graph, otherwise the \code{\link[lattice]{xyplot}} function
of the lattice package is used, to plot developments of each origin
period in a different panel.}
\item{type}{type, see \code{\link{plot.default}}}
Expand Down
2 changes: 1 addition & 1 deletion man/plot.MackChainLadder.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lattice=FALSE, which=1:6, \dots)
\item{title}{see \code{\link{title}}}
\item{lattice}{logical. Default is set to \code{FALSE} and plots as
described in the details section are produced. If \code{lattice=TRUE}, the function
\code{\link{xyplot}} of the lattice package is used to plot
\code{\link[lattice]{xyplot}} of the lattice package is used to plot
developments by origin period in different panels, plus Mack's S.E.}
\item{which}{if a subset of the plots is required, specify a subset of the numbers 1:6.}
\item{\dots}{ optional arguments. See \code{\link{plot.default}} for
Expand Down
2 changes: 1 addition & 1 deletion man/tweedieReserve.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ tweedieReserve(triangle, var.power = 1,
\code{p} parameter. Default to \code{FALSE}. Recommended to use to validate the Tweedie's \code{p} parameter.
}
\item{p.check}{
If \code{p.optim=TRUE}, a vector of \code{p} values for consideration. The values must all be larger than one (if the response variable has exact zeros, the values must all be between one and two). Default to \code{c(0,seq(1.1,2.1,by=0.1),3)}. As fitting the Tweedie p-value isn't a straightforward process, please refer to \code{\link{tweedie.profile}}, \code{p.vec} argument.
If \code{p.optim=TRUE}, a vector of \code{p} values for consideration. The values must all be larger than one (if the response variable has exact zeros, the values must all be between one and two). Default to \code{c(0,seq(1.1,2.1,by=0.1),3)}. As fitting the Tweedie p-value isn't a straightforward process, please refer to \code{\link[tweedie]{tweedie.profile}}, \code{p.vec} argument.
}

\item{progressBar}{
Expand Down

0 comments on commit 9592f6e

Please sign in to comment.