Skip to content

Commit

Permalink
docs: remove documentation for a function argument that was not being…
Browse files Browse the repository at this point in the history
… used
  • Loading branch information
dincerti committed Feb 7, 2024
1 parent 634a9f1 commit e6786c8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion R/sim-general.R
Original file line number Diff line number Diff line change
Expand Up @@ -692,4 +692,4 @@ sim_costs <- function(object, models, dr = .03,
#' }
#'
#' @name ce
NULL
NULL
2 changes: 0 additions & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#'
#' \code{check} is a generic function for validating the inputs of class objects.
#' @param object object to check.
#' @param inner_class When checking a list of objects, the class of elements within
#' the inner most list.
#' @param ... Further arguments passed to or from other methods.
#'
#' @return If validation is successful, returns the object in question; otherwise,
Expand Down
4 changes: 2 additions & 2 deletions man/ce.Rd

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

3 changes: 0 additions & 3 deletions man/check.Rd

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

0 comments on commit e6786c8

Please sign in to comment.