Skip to content

Commit 5a34a80

Browse files
authored
Merge pull request #27 from tidyomics/remove-alternative-prints
Simplified codebase
2 parents 76a91df + 5557add commit 5a34a80

File tree

8 files changed

+128
-499
lines changed

8 files changed

+128
-499
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: tidyprint
22
Title: Custom Print Methods for SummarizedExperiment
3-
Version: 0.99.5
3+
Version: 0.99.7
44
Depends: R (>= 4.4.0)
55
Authors@R:
66
person("Chen", "Zhan", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4794-8339"))
@@ -30,7 +30,7 @@ Imports:
3030
fansi,
3131
pkgconfig
3232
Roxygen: list(markdown = TRUE)
33-
RoxygenNote: 7.3.2
33+
RoxygenNote: 7.3.3
3434
Suggests:
3535
knitr,
3636
rmarkdown,

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ importFrom(SummarizedExperiment,rowRanges)
2020
importFrom(cli,col_br_black)
2121
importFrom(cli,col_br_blue)
2222
importFrom(dplyr,across)
23+
importFrom(dplyr,all_of)
2324
importFrom(dplyr,full_join)
2425
importFrom(dplyr,if_else)
2526
importFrom(dplyr,left_join)

0 commit comments

Comments
 (0)