Skip to content

Commit

Permalink
Made check_nll_poisson_gamma_inputs() internal
Browse files Browse the repository at this point in the history
  • Loading branch information
telkamp7 committed Nov 9, 2023
1 parent afdd598 commit b6121a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

export("%>%")
export(aeddo)
export(check_nll_poisson_gamma_inputs)
export(nll_poisson_gamma)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
Expand Down
2 changes: 1 addition & 1 deletion R/internal.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ check_aeddo_inputs <- function(
#' @return Returns nothing. Raises errors if the inputs do not meet the
#' specified criteria.
#'
#' @export
#' @keywords internal
#'
#' @examples
#'
Expand Down
1 change: 1 addition & 0 deletions man/check_nll_poisson_gamma_inputs.Rd

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

0 comments on commit b6121a0

Please sign in to comment.