Skip to content

Commit

Permalink
resume citation message
Browse files Browse the repository at this point in the history
  • Loading branch information
chilampoon committed Aug 28, 2023
1 parent b6e06af commit 49c0ad4
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
.onAttach <- function(libname, pkgname) {
version <- packageDescription(pkgname, fields = "Version")

# msg = paste0("========================================
# ", pkgname, " version ", version, "
# If you use TIDYBULK in published research, please cite:
#
# Mangiola et al. tidybulk: an R tidy framework for modular
# transcriptomic data analysis. Genome Biology 2021.
#
# This message can be suppressed by:
# suppressPackageStartupMessages(library(tidybulk))
# ========================================
# ")
msg <- paste0("========================================
", pkgname, " version ", version, "
If you use TIDYBULK in published research, please cite:
Mangiola et al. tidybulk: an R tidy framework for modular
transcriptomic data analysis. Genome Biology 2021.
This message can be suppressed by:
suppressPackageStartupMessages(library(tidybulk))
========================================
")

# Attach tidyverse
attached <- tidyverse_attach()
}
Expand Down

0 comments on commit 49c0ad4

Please sign in to comment.