Skip to content

Commit

Permalink
Clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
igordot committed Dec 21, 2024
1 parent bbab104 commit 14809eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Depends:
R (>= 3.4)
Imports:
babelgene (>= 22.9),
dplyr (>= 0.7.0),
dplyr (>= 1.1.1),
magrittr,
rlang (>= 0.4.11),
rlang,
tibble,
tidyselect
Suggests:
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(tibble,as_tibble)
importFrom(tidyselect,any_of)
importFrom(tidyselect,everything)
1 change: 1 addition & 0 deletions R/msigdbr.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#' @import tibble
#' @importFrom babelgene orthologs
#' @importFrom dplyr arrange distinct filter inner_join mutate rename select
#' @importFrom rlang .data
#' @importFrom tidyselect any_of everything
#' @export
#'
Expand Down

0 comments on commit 14809eb

Please sign in to comment.