Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 22, 2024
1 parent b50a551 commit 2944322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: insight
Title: Easy Access to Model Information for Various Model Objects
Version: 0.99.0.20
Version: 0.99.0.21
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down
2 changes: 1 addition & 1 deletion R/null_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ null_model <- function(model, verbose = TRUE, ...) {
# check if model formula is ok
formula_ok(model)

model_formula <- find_formula(model, verbose = FALSE)
model_formula <- find_formula(model, verbose = verbose)
offset_term <- tryCatch(
{
f <- safe_deparse(model_formula$conditional)
Expand Down

0 comments on commit 2944322

Please sign in to comment.