Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 10, 2023
1 parent 694c46f commit 75e65ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/check_convergence.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ check_convergence.glmmTMB <- function(x, ...) {


#' @export
check_convergence._glm <- function(x, ...){
check_convergence._glm <- function(x, ...) {
isTRUE(x$fit$converged)
}

0 comments on commit 75e65ad

Please sign in to comment.