Skip to content

Commit

Permalink
Fix findbars import
Browse files Browse the repository at this point in the history
  • Loading branch information
seananderson committed Oct 11, 2023
1 parent 9ae67ca commit 3e775ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ importFrom(lifecycle,deprecate_stop)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(lifecycle,is_present)
importFrom(lme4,findbars)
importFrom(lme4,nobars)
importFrom(methods,as)
importFrom(methods,is)
Expand All @@ -107,7 +108,6 @@ importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,df.residual)
importFrom(stats,family)
importFrom(stats,findbars)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,logLik)
Expand Down
3 changes: 2 additions & 1 deletion R/reformulas.R
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,8 @@ dropHead <- function(term,value) {
## drop.special(x~a + b+ offset(z))
## @export
## @keywords internal
#' @importFrom stats update setNames findbars
#' @importFrom stats update setNames
#' @importFrom lme4 findbars
#' @importFrom utils head
drop.special <- function(x, value=quote(offset), preserve = NULL) {
k <- 0
Expand Down

0 comments on commit 3e775ad

Please sign in to comment.