Skip to content

Commit

Permalink
add teal.data in package imports (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
donyunardi authored Nov 30, 2023
1 parent 961a294 commit 0d280ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ import(checkmate)
import(ggplot2)
import(shiny)
import(teal)
import(teal.data)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,setListElement)
importFrom(lifecycle,deprecate_soft)
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.modules.hermes 0.1.5.9006
# teal.modules.hermes 0.1.5.9007

### Miscellaneous
* Added placeholders for `assaySpec`, `adtteSpec` and `geneSpec` inputs when no option is selected.
Expand Down
2 changes: 1 addition & 1 deletion R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#' @import ggplot2
#' @import shiny
#' @import teal
#' @import teal teal.data
#' @importFrom S4Vectors setListElement DataFrame
#' @importFrom lifecycle deprecate_soft
NULL

0 comments on commit 0d280ad

Please sign in to comment.