Package: cvCovEst
Title: Cross-Validated Covariance Matrix Estimation
Version: 0.3.1
Authors@R: c(
    person("Philippe", "Boileau", email = "philippe_boileau@berkeley.edu",
           role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-4850-2507")),
    person("Nima", "Hejazi", email = "nh@nimahejazi.org",
           role = "aut",
           comment = c(ORCID = "0000-0002-7127-2789")),
    person("Brian", "Collica", email = "bcollica@berkeley.edu ",
           role = "aut"),
    person("Jamarcus", "Liu", email = "yanwei.liu@berkeley.edu ",
           role = "ctb"),
    person("Mark", "van der Laan", email = "laan@berkeley.edu",
           role = c("ctb", "ths"),
           comment = c(ORCID = "0000-0003-1432-5511")),
    person("Sandrine", "Dudoit", email = "sandrine@stat.berkeley.edu",
           role = c("ctb", "ths"),
           comment = c(ORCID = "0000-0002-6069-8629"))
  )
Description: An efficient cross-validated approach for covariance matrix
    estimation, particularly useful in high-dimensional settings. This
    method relies upon the theory of loss-based estimator selection to
    identify the optimal estimator of the covariance matrix from among a
    prespecified set of candidate.
Depends: R (>= 3.6.0)
Imports: matrixStats, Matrix, stats, methods, origami, MASS, coop,
        Rdpack, rlang, dplyr, stringr, purrr, tibble, assertthat,
        RSpectra, future, future.apply, ggplot2, ggpubr, RColorBrewer
Suggests: testthat, knitr, rmarkdown, covr, spelling
License: MIT + file LICENSE
URL: https://github.com/PhilBoileau/cvCovEst
BugReports: https://github.com/PhilBoileau/cvCovEst/issues
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.1
RdMacros: Rdpack
Language: en-US
NeedsCompilation: no
Packaged: 2021-02-14 19:03:45 UTC; philippe
Author: Philippe Boileau [aut, cre, cph]
    (<https://orcid.org/0000-0002-4850-2507>),
  Nima Hejazi [aut] (<https://orcid.org/0000-0002-7127-2789>),
  Brian Collica [aut],
  Jamarcus Liu [ctb],
  Mark van der Laan [ctb, ths] (<https://orcid.org/0000-0003-1432-5511>),
  Sandrine Dudoit [ctb, ths] (<https://orcid.org/0000-0002-6069-8629>)
Maintainer: Philippe Boileau <philippe_boileau@berkeley.edu>
Repository: CRAN
Date/Publication: 2021-02-14 21:50:02 UTC
