Skip to content

Commit

Permalink
import .data from dplyr and not rlang
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Jan 26, 2024
1 parent 04537f1 commit a94b84b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Imports:
lifecycle,
logger (>= 0.2.0),
methods,
rlang,
rlistings (>= 0.2.7),
rmarkdown,
rtables (>= 0.6.6),
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ import(teal)
import(teal.transform)
import(tern)
importFrom(dplyr,"%>%")
importFrom(dplyr,.data)
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(tern.gee,lsmeans)
3 changes: 1 addition & 2 deletions R/teal.modules.clinical.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
#' @import teal
#' @import teal.transform
#' @import tern
#' @importFrom dplyr %>%
#' @importFrom dplyr %>% .data
#' @importFrom methods is
#' @importFrom rlang .data
#' @importFrom tern.gee lsmeans
#'
#' @name teal.modules.clinical
Expand Down

0 comments on commit a94b84b

Please sign in to comment.