summaryrefslogtreecommitdiff
path: root/R/zzz.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/zzz.R')
-rwxr-xr-xR/zzz.R4
1 files changed, 4 insertions, 0 deletions
diff --git a/R/zzz.R b/R/zzz.R
new file mode 100755
index 0000000..3c33499
--- /dev/null
+++ b/R/zzz.R
@@ -0,0 +1,4 @@
+.onAttach <- function(lib, pkg) {
+ packageStartupMessage("\nRSC: robust and sparse correlation matrix estimation\n Type 'citation(\"RSC\")' for citing this package\n")
+ invisible()
+}