Skip to content

Commit

Permalink
Fix error with itemized documentation section
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-long committed Jan 12, 2024
1 parent a59792d commit 8cac04f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/dpm.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion man/summary.dpm.Rd

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

0 comments on commit 8cac04f

Please sign in to comment.