Skip to content

Commit

Permalink
1128 remove fluff in imports (#1214)
Browse files Browse the repository at this point in the history
Closes #1128

---------

Signed-off-by: Marcin <[email protected]>
Co-authored-by: kartikeya kirar <[email protected]>
Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored May 9, 2024
1 parent 743c8db commit f50db78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export(validate_one_row_per_id)
import(shiny)
import(teal.data)
import(teal.slice)
importFrom(lifecycle,badge)
importFrom(magrittr,"%>%")
importFrom(methods,setMethod)
importFrom(stats,setNames)
Expand Down
12 changes: 3 additions & 9 deletions R/teal.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@
#' @keywords internal
"_PACKAGE"

#' @importFrom magrittr %>%
#' @export
magrittr::`%>%`

# Fix R CMD check notes
#' @import shiny teal.data teal.slice
#' @importFrom stats setNames
#' @export
#' @importFrom magrittr %>%
magrittr::`%>%`
NULL

# Fix R CMD check notes
#' @importFrom lifecycle badge
lifecycle::badge
3 changes: 0 additions & 3 deletions man/reexports.Rd

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

0 comments on commit f50db78

Please sign in to comment.