Skip to content

Commit

Permalink
add teal.data in package imports
Browse files Browse the repository at this point in the history
  • Loading branch information
donyunardi committed Nov 30, 2023
1 parent 961a294 commit e15b9d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 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 e15b9d1

Please sign in to comment.