Package: projpred
Title: Projection Predictive Feature Selection
Version: 1.1.1
Authors@R: c(person("Juho", "Piironen", role = c("cre", "aut"), email = "juho@cai.fi"),
             person("Markus", "Paasiniemi", role = "aut"),
             person("Aki", "Vehtari", role = "aut"),
             person("Jonah", "Gabry", role = "ctb"),
             person("Paul-Christian", "Bürkner", role = "ctb"))
Maintainer: Juho Piironen <juho@cai.fi>
Description: 
    Performs projection predictive feature selection for generalized linear models
    (see, Piironen, Paasiniemi and Vehtari, 2018, <arXiv:1810.02406>).
    The package is compatible with the 'rstanarm' and 'brms' packages, 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, brms, 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: 2019-03-10 14:55:07 UTC; juhopiironen
Author: Juho Piironen [cre, aut],
  Markus Paasiniemi [aut],
  Aki Vehtari [aut],
  Jonah Gabry [ctb],
  Paul-Christian Bürkner [ctb]
Repository: CRAN
Date/Publication: 2019-03-12 14:20:03 UTC
