Package: rospca
Version: 1.0.4
Date: 2018-02-26
Title: Robust Sparse PCA using the ROSPCA Algorithm
Description: Implementation of robust sparse PCA using the ROSPCA algorithm 
             of Hubert et al. (2016) <DOI:10.1080/00401706.2015.1093962>.
Authors@R: c(
             person("Tom", "Reynkens", email = "tomreynkens@hotmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5516-5107")), 
             person("Valentin", "Todorov", role = "ctb", comment = "Original R code for PcaHubert and diagnostic plot in rrcov package"), 
             person("Mia", "Hubert", role = "ctb"), 
             person("Eric", "Schmitt", role = "ctb"), 
             person("Tim", "Verdonck", role = "ctb"))
Maintainer: Tom Reynkens <tomreynkens@hotmail.com>
Depends: R (>= 2.14.0)
Imports: stats, 
         graphics, 
         parallel,
         mrfDepth (>= 1.0.5), 
         robustbase (>= 0.92-6), 
         pcaPP, 
         rrcov, 
         rrcovHD (>= 0.2-3), 
         elasticnet, 
         mvtnorm, 
         pracma
License: GPL (>= 2)
URL: https://github.com/TReynkens/rospca
BugReports: https://github.com/TReynkens/rospca/issues
ByteCompile: yes