diff options
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() +} |
