diff options
Diffstat (limited to 'R/zzz.R')
| -rwxr-xr-x | R/zzz.R | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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() } + + + |
