Skip to content

Commit 2498724

Browse files
committed
address documentation NOTE:
* lost braces in \itemize * checkRd: (-1) inference.Rd:123-124: Lost braces in \itemize; \value handles \item{}{} directly
1 parent 8b4d0f8 commit 2498724

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

R/inference.R

+9-9
Original file line numberDiff line numberDiff line change
@@ -847,16 +847,16 @@ print.initials <- function(x, ...) {
847847

848848
#' @return `opt` - a list containing the following named elements:
849849
#' \itemize{
850-
#' \item{`par`} {a named list of the optimal values for the greta arrays
851-
#' specified in `model`}
852-
#' \item{`value`} {the (unadjusted) negative log joint density of the
853-
#' model at the parameters 'par'}
854-
#' \item{`iterations`} {the number of iterations taken by the optimiser}
855-
#' \item{`convergence`} {an integer code, 0 indicates successful
850+
#' \item `par` a named list of the optimal values for the greta arrays
851+
#' specified in `model`
852+
#' \item `value` the (unadjusted) negative log joint density of the
853+
#' model at the parameters 'par'
854+
#' \item `iterations` the number of iterations taken by the optimiser
855+
#' \item `convergence` an integer code, 0 indicates successful
856856
#' completion, 1 indicates the iteration limit `max_iterations` had
857-
#' been reached}
858-
#' \item{`hessian`} {(if `hessian = TRUE`) a named list of hessian
859-
#' matrices/arrays for the parameters (w.r.t. `value`)}
857+
#' been reached
858+
#' \item `hessian` (if `hessian = TRUE`) a named list of hessian
859+
#' matrices/arrays for the parameters (w.r.t. `value`)
860860
#' }
861861
#'
862862
opt <- function(model,

man/inference.Rd

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)