Type: Package
Package: clere
Title: Simultaneous Variables Clustering and Regression
Version: 1.2.0
Authors@R: 
    c(person(given = "Loic",
             family = "Yengo",
             role = c("aut", "cre"),
             email = "loic.yengo@gmail.com"),
      person(given = "Mickaël",
             family = "Canouil",
             role = "aut",
             email = "mickael.canouil@cnrs.fr",
             comment = c(ORCID = "0000-0002-3396-4549")))
Description: Implements an empirical Bayes approach for
    simultaneous variable clustering and regression. This version also
    (re)implements in C++ an R script proposed by Howard Bondell that fits
    the Pairwise Absolute Clustering and Sparsity (PACS) methodology (see
    Sharma et al (2013) <DOI:10.1080/15533174.2012.707849>).
License: GPL-3
URL: https://github.com/mcanouil/clere
BugReports: https://github.com/mcanouil/clere/issues
Depends: R (>= 3.5.0)
LinkingTo: Rcpp, RcppEigen
Imports: Rcpp (>= 1.0.0), graphics, methods, parallel, utils
Suggests: covr (>= 3.4.0), knitr (>= 1.26), lasso2 (>= 1.2.20)
VignetteBuilder: knitr
Copyright: Loic Yengo
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
Collate: 'algoComp.R' 'numExpRealData.R' 'numExpSimData.R' 'fitClere.R'
        'Clere-class.R' 'sClere-class.R' 'fitPacs.R' 'Pacs-class.R'
        'clere-package.R'
Packaged: 2020-02-06 17:39:42 UTC; mcanouil
Author: Loic Yengo [aut, cre],
  Mickaël Canouil [aut] (<https://orcid.org/0000-0002-3396-4549>)
Maintainer: Loic Yengo <loic.yengo@gmail.com>
Repository: CRAN
Date/Publication: 2020-02-06 19:30:02 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2020-07-16 05:52:10 UTC; unix
Archs: clere.so.dSYM
