Skip to content

Commit

Permalink
tibble suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
bailliem committed Jul 26, 2024
1 parent 1612a5a commit ac2576d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ Suggests:
marginaleffects,
margins,
RobinCar (== 0.3.0),
broom
broom,
tibble
Config/testthat/edition: 3
Depends:
R (>= 2.10)
Expand All @@ -51,8 +52,7 @@ Imports:
dplyr,
lifecycle,
sandwich,
stats,
tibble
stats
VignetteBuilder: knitr
URL: https://openpharma.github.io/beeca/
BugReports: https://github.com/openpharma/beeca/issues
2 changes: 1 addition & 1 deletion R/tidy_beeca.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ tidy_beeca <- function(x, conf.int = FALSE, conf.level = 0.95) {
# tidy inputs ---------------------------------------------------------------

# define a tidy tibble
result <- tibble::tibble(
result <- dplyr::tibble(
term = marginal_results$TRTVAR[1],
contrast = marginal_results[marginal_results$STAT == "diff", "TRTVAL"][[1]],
estimate = marginal_results[marginal_results$STAT == "diff", "STATVAL"][[1]],
Expand Down

0 comments on commit ac2576d

Please sign in to comment.