Skip to content

Commit

Permalink
yulab-msg
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangchuangYu committed Jul 26, 2024
1 parent f205795 commit bc53823
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: clusterProfiler
Type: Package
Title: A universal enrichment tool for interpreting omics data
Version: 4.13.0.001
Version: 4.13.0.002
Authors@R: c(
person(given = "Guangchuang", family = "Yu", email = "[email protected]", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6485-8781")),
person(given = "Li-Gen", family = "Wang", email = "[email protected]", role = "ctb"),
Expand Down Expand Up @@ -33,7 +33,7 @@ Imports:
stats,
tidyr,
utils,
yulab.utils (>= 0.0.7)
yulab.utils (>= 0.1.5)
Suggests:
AnnotationHub,
knitr,
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ TODO:
- e.g. independent test for different omics data and then combine results
-->

# clusterProfiler 4.13.0.001
# clusterProfiler 4.13.0.002

+ use `yulab.utils::yulab_msg()` for startup message (2024-07-26, Fri)
+ update `kegg_category` information (7 categories and 572 subcategories) (2024-07-26, Fri)
- Cellular Processes (36)
- Drug Development (75)
Expand Down
10 changes: 0 additions & 10 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@
# Define a cache directory
options(clusterProfiler_cache_dir = tempdir())


# citation <- paste0("If you use ", pkgname, " in published research, please cite:\n",
# "T Wu, E Hu, S Xu, M Chen, P Guo, Z Dai, T Feng, L Zhou, ",
# "W Tang, L Zhan, X Fu, S Liu, X Bo, and G Yu. ",
# "clusterProfiler 4.0: A universal enrichment tool for interpreting omics data. ",
# "The Innovation. 2021, 2(3):100141")


# packageStartupMessage(paste0(msg, citation))

packageStartupMessage(yulab.utils::yulab_msg(pkgname))
}

Expand Down

0 comments on commit bc53823

Please sign in to comment.