Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 20, 2024
1 parent c7b355e commit 72e7793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/find_terms.R
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ find_terms.mipo <- function(x, flatten = FALSE, ...) {
error <- utils::capture.output(print(f[[3]][i][[1]]))
f[[3]][i] <- NULL
f[[3]] <- f[[3]][[2]]
f[[3]] <- as.name(paste0(attr(stats::terms.formula(f), "term.labels"), collapse = "+"))
f[[3]] <- as.name(paste(attr(stats::terms.formula(f), "term.labels"), collapse = "+"))

l <- .get_variables_list(f, resp)
names(l) <- c("response", "conditional")
Expand Down

0 comments on commit 72e7793

Please sign in to comment.