Package: projpred
Title: Projection Predictive Feature Selection
Version: 1.0.0
Authors@R: c(person("Juho", "Piironen", role = c("cre", "aut"), email = "juho.piironen@aalto.fi"),
             person("Markus", "Paasiniemi", role = "aut"),
             person("Aki", "Vehtari", role = "aut"),
             person("Jonah", "Gabry", role = "ctb"))
Maintainer: Juho Piironen <juho.piironen@aalto.fi>
Description: 
    Performs projection predictive feature selection for generalized linear models
    (see, e.g., Piironen and Vehtari, 2017, <doi:10.1007/s11222-016-9649-y>).
    The package is compatible with 'rstanarm' package, but other reference models
    can also be used. See the package vignette for more information and examples.
Depends: R (>= 3.1.2)
Imports: loo (>= 2.0.0), ggplot2, Rcpp, utils, rngtools (>= 1.2.4)
LinkingTo: Rcpp, RcppArmadillo
License: GPL-3
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 6.1.0
Suggests: rstanarm, testthat, knitr, rmarkdown, glmnet, bayesplot (>=
        1.5.0)
VignetteBuilder: knitr
URL: http://mc-stan.org/projpred, http://discourse.mc-stan.org/
BugReports: https://github.com/stan-dev/projpred/issues
NeedsCompilation: yes
Packaged: 2018-09-18 11:41:29 UTC; jtpiiron
Author: Juho Piironen [cre, aut],
  Markus Paasiniemi [aut],
  Aki Vehtari [aut],
  Jonah Gabry [ctb]
Repository: CRAN
Date/Publication: 2018-09-18 17:00:02 UTC
