From 76f145f197f54579127c55cdcc1ad3ef68b15b31 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Thu, 11 Jun 2026 10:11:32 -0700 Subject: Revert DESCRIPTION and remove license --- DESCRIPTION | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'DESCRIPTION') diff --git a/DESCRIPTION b/DESCRIPTION index 47185d1..65a37f0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,26 +1,26 @@ Package: RSC Type: Package -Title: Fork of Robust and Sparse Correlation Matrix -Description: Fork of the original RSC. Performs robust and sparse correlation matrix estimation. Robustness is achieved based on a simple robust pairwise correlation estimator, while sparsity is obtained based on a new stability based thresholding method. The original thresholding is tuned via cross-validation. See Serra, Coretto, Fratello and Tagliaferri (2018) . -Authors@R: - person("Chris", "Sobczak", role = c("cre", "aut"), email = "csobczak@sfu.ca", comment = c(ORCID = "0009-0003-3398-2792")) -Author: Chris Sobczak [cre, aut] -Maintainer: Chris Sobczak +Title: Robust and Sparse Correlation Matrix +Description: Performs robust and sparse correlation matrix estimation. Robustness is achieved based on a simple robust pairwise correlation estimator, while sparsity is obtained based on thresholding. The optimal thresholding is tuned via cross-validation. See Serra, Coretto, Fratello and Tagliaferri (2018) . +Authors@R: c(person("Luca", "Coraggio", + role = c("cre", "aut"), email = "luca.coraggio@unina.it"), + person("Pietro", "Coretto", + role = c("aut"), email = "pcoretto@unisa.it"), + person("Angela", "Serra", + role = c("aut"), email = "angela.serra@tuni.fi"), + person("Roberto", "Tagliaferri", + role = c("ctb"), email = "robtag@unisa.it")) +Author: Luca Coraggio [cre, aut], + Pietro Coretto [aut], + Angela Serra [aut], + Roberto Tagliaferri [ctb] +Maintainer: Luca Coraggio NeedsCompilation: yes -Imports: - stats, - graphics, - Matrix, - methods, - parallel, - foreach, - doParallel, - utils, - ggplot2 -Version: 2.0.5 -Date: 2026-06-10 +Imports: stats, graphics, Matrix, methods, parallel, foreach, + doParallel, utils License: GPL (>= 2) -Config/roxygen2/version: 8.0.0.9000 -Suggests: - testthat (>= 3.0.0) -Config/testthat/edition: 3 +Version: 2.0.5 +Date: 2025-09-09 +Packaged: 2025-09-09 10:25:15 UTC; lcorag +Repository: CRAN +Date/Publication: 2025-09-09 12:40:13 UTC -- cgit v1.2.3