summaryrefslogtreecommitdiff
path: root/DESCRIPTION
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-10 17:03:46 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-10 17:03:46 -0700
commita59013743eff2e2cfce1b77640ddb31d14bf5679 (patch)
tree5437ff7f59bc66e3efb6e8c1c5499352338f1a90 /DESCRIPTION
parent28218d537e7f8a0864612abe99685e77cd854e77 (diff)
Use original name
Diffstat (limited to 'DESCRIPTION')
-rw-r--r--DESCRIPTION29
1 files changed, 9 insertions, 20 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index 65a37f0..37c233f 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,26 +1,15 @@
Package: RSC
Type: Package
-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) <doi:10.1093/bioinformatics/btx642>.
-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 <luca.coraggio@unina.it>
+Title: Robust and Stability Based 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) <doi:10.1093/bioinformatics/btx642>.
+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 <csobczak@sfu.ca>
NeedsCompilation: yes
Imports: stats, graphics, Matrix, methods, parallel, foreach,
doParallel, utils
-License: GPL (>= 2)
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
+Date: 2026-06-10
+License: GPL (>= 2)
+Config/roxygen2/version: 8.0.0.9000