diff options
| author | Luca Coraggio <luca.coraggio@unina.it> | 2020-07-04 09:50:03 +0000 |
|---|---|---|
| committer | cran-robot <csardi.gabor+cran@gmail.com> | 2020-07-04 09:50:03 +0000 |
| commit | 511e3ca9e5235e018f772693907d9ec10002b02a (patch) | |
| tree | c7cb699babfa439e6bfbe47007e3916867517f76 /R/zzz.R | |
version 1.0
Diffstat (limited to 'R/zzz.R')
| -rwxr-xr-x | R/zzz.R | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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() +} |
