From 8cac04fa1d56ed93dd524829e895e844620ffc13 Mon Sep 17 00:00:00 2001 From: Jacob Long Date: Fri, 12 Jan 2024 13:18:41 -0500 Subject: [PATCH] Fix error with itemized documentation section --- R/dpm.R | 2 +- cran-comments.md | 3 ++- man/summary.dpm.Rd | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/R/dpm.R b/R/dpm.R index 50ce450..79ca8eb 100644 --- a/R/dpm.R +++ b/R/dpm.R @@ -287,7 +287,7 @@ dpm <- function(formula, data, error.inv = FALSE, const.inv = FALSE, #' @return Returns a `summary.dpm` object, which is a list with three elements: #' \itemize{model}{The `dpm` object.} #' \itemize{coefficients}{A data frame containing coefficient estimates, -#' standard errors, p values, and so on.) +#' standard errors, p values, and so on.)} #' \itemize{fitmeasures}{A numeric vector containing model fit information.} #' #' The primary function of the object is to be printed to the console. diff --git a/cran-comments.md b/cran-comments.md index bf1593b..35e927c 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -8,4 +8,5 @@ 0 errors | 0 warnings | 1 note -* This is a new package. +* This is a new package. This submission addresses documentation issues that +were flagged on the previous submission. diff --git a/man/summary.dpm.Rd b/man/summary.dpm.Rd index 35f5f26..2798653 100644 --- a/man/summary.dpm.Rd +++ b/man/summary.dpm.Rd @@ -47,7 +47,7 @@ Default is 3. You can set a default by setting the option \code{"dpm-digits"}.} Returns a \code{summary.dpm} object, which is a list with three elements: \itemize{model}{The \code{dpm} object.} \itemize{coefficients}{A data frame containing coefficient estimates, -standard errors, p values, and so on.) +standard errors, p values, and so on.)} \itemize{fitmeasures}{A numeric vector containing model fit information.} The primary function of the object is to be printed to the console.