Skip to content

Commit

Permalink
v2.0.5 - fix the documentation 'lost braces' note on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
mpascariu committed Jan 14, 2024
1 parent 0cbc24b commit 147b8c1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: MortalityLaws
Type: Package
Title: Parametric Mortality Models, Life Tables and HMD
Version: 2.0.4
Version: 2.0.5
Authors@R: c(
person("Marius D.", "Pascariu", role = c("aut", "cre", "cph"), email = "mpascariu@outlook.com", comment = c(ORCID = "0000-0002-2568-6489")),
person("Vladimir", "Canudas-Romo", role = "ctb"))
Expand Down Expand Up @@ -30,5 +30,6 @@ Suggests:
rmarkdown
URL: https://github.com/mpascariu/MortalityLaws
BugReports: https://github.com/mpascariu/MortalityLaws/issues
RoxygenNote: 7.2.3
Encoding: UTF-8
RoxygenNote: 7.3.0
VignetteBuilder: knitr
14 changes: 7 additions & 7 deletions R/MortalityLaw_main.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -------------------------------------------------------------- #
# Author: Marius D. PASCARIU
# Last Update: Thu Jul 20 21:29:59 2023
# Last Update: Sun Jan 14 22:27:43 2024
# -------------------------------------------------------------- #

#' Fit Mortality Laws
Expand All @@ -25,14 +25,14 @@
#' show = FALSE, ...)
#' @details Depending on the complexity of the model, one of following
#' optimization strategies is employed: \enumerate{
#' \item{Nelder-Mead method:}{ approximates a local optimum of a problem with n
#' \item Nelder-Mead method: approximates a local optimum of a problem with n
#' variables when the objective function varies smoothly and is unimodal.
#' For details see \code{\link{optim}}}
#' \item{PORT routines:}{ provides unconstrained optimization and optimization
#' For details see \code{\link{optim}};
#' \item PORT routines: provides unconstrained optimization and optimization
#' subject to box constraints for complicated functions. For details check
#' \code{\link{nlminb}}}
#' \item{Levenberg-Marquardt algorithm:}{ damped least-squares method.
#' For details check \code{\link{nls.lm}}}
#' \code{\link{nlminb}};
#' \item Levenberg-Marquardt algorithm: damped least-squares method.
#' For details check \code{\link{nls.lm}}.
#' }
#' @inheritParams LifeTable
#' @param law The name of the mortality law/model to be used. e.g.
Expand Down
12 changes: 6 additions & 6 deletions man/MortalityLaw.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/MortalityLaws.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 147b8c1

Please sign in to comment.