We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fa607 commit 175ab1aCopy full SHA for 175ab1a
R/zzz.R
@@ -14,6 +14,7 @@ text_col <- function(x) {
14
if (isTRUE(theme$dark)) crayon::white(x) else crayon::black(x)
15
}
16
17
+
18
.onAttach <- function(libname, pkgname) {
19
packageStartupMessage(
20
text_col(paste(
0 commit comments