Skip to content

Commit

Permalink
add zeallot
Browse files Browse the repository at this point in the history
  • Loading branch information
kongdd committed Dec 5, 2022
1 parent 05fb9b3 commit 4b6b313
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Imports:
matrixStats,
rstudioapi,
remotes, usethis, checkmate,
crayon
crayon,
zeallot
Suggests:
testthat (>= 3.1.0),
knitr,
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
S3method("[[",indexed)
S3method(print,data.table)
export("%!in%")
export("%->%")
export("%<-%")
export("%<>%")
export("%>%")
export("%do%")
Expand Down Expand Up @@ -187,6 +189,7 @@ import(matrixStats)
import(openxlsx)
import(readxl)
import(usethis)
import(zeallot)
importFrom(crayon,bold)
importFrom(crayon,green)
importFrom(crayon,red)
Expand Down
7 changes: 7 additions & 0 deletions R/reexports.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,10 @@ usethis::use_git_ignore

#' @export
usethis::use_build_ignore

#' @import zeallot
#' @export
zeallot::`%->%`

#' @export
zeallot::`%<-%`
4 changes: 4 additions & 0 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 4b6b313

Please sign in to comment.