Skip to content

Commit

Permalink
2595 - remove unnecessary library(rlang);
Browse files Browse the repository at this point in the history
NAMESPACE contains importFrom(rlang, expr)
  • Loading branch information
jimrothstein committed Dec 10, 2024
1 parent 4c0a8dc commit d3ea2a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion R/derive_basetype_records.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#' @examples
#' library(tibble)
#' library(dplyr, warn.conflicts = FALSE)
#' library(rlang)
#'
#' bds <- tribble(
#' ~USUBJID, ~EPOCH, ~PARAMCD, ~ASEQ, ~AVAL,
Expand Down
1 change: 0 additions & 1 deletion man/derive_basetype_records.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3ea2a0

Please sign in to comment.