summaryrefslogtreecommitdiff
path: root/R/zzz.R
diff options
context:
space:
mode:
authorLuca Coraggio <luca.coraggio@unina.it>2021-10-17 19:00:08 +0000
committercran-robot <csardi.gabor+cran@gmail.com>2021-10-17 19:00:08 +0000
commitca17d57dce048f57e03241f6120d539ec70d785a (patch)
tree9e222ae664fedf8f610eb20f70b54325e72c0c24 /R/zzz.R
parent96a51069262ac58c6e8fefa9b40bd534d6f0e2e3 (diff)
version 2.0
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()
}
+
+
+