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