We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef6f9cb + 42832c7 commit b2213baCopy full SHA for b2213ba
R/zzz.R
@@ -56,9 +56,9 @@
56
attached <- tidyverse_attach()
57
58
# Print loading message about printing
59
- packageStartupMessage(
60
- "tidySummarizedExperiment says: Printing is now handled externally. ",
61
- "If you want to visualize the data in a tidy way, do library(tidyprint). ",
62
- "See https://github.com/tidyomics/tidyprint for more information."
63
- )
+ cli::cli_alert_info(paste0(
+ "tidySummarizedExperiment says: The tidy printing is now handled externally.\n",
+ "If you want to visualize the data in a tidy way, do `library(tidyprint)`.\n",
+ "See `https://github.com/tidyomics/tidyprint` for more information."
+ ))
64
}
0 commit comments