Skip to content

Commit

Permalink
Import fix for rlang's :=
Browse files Browse the repository at this point in the history
  • Loading branch information
federicomarini committed Mar 10, 2021
1 parent ae9ca90 commit 92cdd69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Depends:
Imports:
reshape2,
dplyr,
rlang,
tidyr,
tidyselect,
purrr,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ importFrom(readr,read_tsv)
importFrom(reshape2,colsplit)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(rlang,":=")
importFrom(rmarkdown,render)
importFrom(shiny,addResourcePath)
importFrom(shinyBS,bsTooltip)
Expand Down
1 change: 1 addition & 0 deletions R/annoFuse-pkg.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#' @importFrom EnsDb.Hsapiens.v86 EnsDb.Hsapiens.v86
#' @importFrom ensembldb genes
#' @importFrom purrr is_empty
#' @importFrom rlang :=
#' @importFrom rmarkdown render
#' @importFrom methods is
#' @importFrom shinycssloaders withSpinner
Expand Down

0 comments on commit 92cdd69

Please sign in to comment.