From 511e3ca9e5235e018f772693907d9ec10002b02a Mon Sep 17 00:00:00 2001 From: Luca Coraggio Date: Sat, 4 Jul 2020 09:50:03 +0000 Subject: version 1.0 --- R/zzz.R | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 R/zzz.R (limited to 'R/zzz.R') 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() +} -- cgit v1.2.3