Skip to content

Commit

Permalink
Fix dependency issues relating to import of broom
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-long committed Aug 2, 2024
1 parent 750b394 commit 3b3f213
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ Enhances:
RoxygenNote: 7.3.2.9000
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Depends:
R (>= 3.6.0)
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ export(weights_tests)
export(wgttest)
export(wrap_str)
export(wtd.sd)
import(broom)
import(broom.mixed)
import(cli)
import(ggplot2)
import(rlang)
Expand Down
8 changes: 7 additions & 1 deletion R/internal.R
Original file line number Diff line number Diff line change
Expand Up @@ -434,4 +434,10 @@ tidy.summary.glht <- function(x, conf.int = FALSE, conf.level = 0.95, ...) {
out$conf.high <- confs$upr
}
out
}
}

#' @import broom
NULL

#' @import broom.mixed
NULL

0 comments on commit 3b3f213

Please sign in to comment.