Type: Package
Package: smurf
Title: Sparse Multi-Type Regularized Feature Modeling
Version: 1.0.3
Date: 2020-02-07
Authors@R: c(
          person("Tom", "Reynkens", email = "tomreynkens@hotmail.com", role = c("aut", "cre"), 
                 comment = c(ORCID = "0000-0002-5516-5107")),
          person("Sander", "Devriendt", email = "sander.devriendt@kuleuven.be", role = "aut"),
          person("Katrien", "Antonio", role = "aut")         
          )
Description: Implementation of the SMuRF algorithm of Devriendt et al. (2018) <arXiv:1810.03136> to fit generalized linear models (GLMs) with multiple types of predictors via regularized maximum likelihood.
URL: https://gitlab.com/TReynkens/smurf
License: GPL (>= 2)
BugReports: https://gitlab.com/TReynkens/smurf/issues
Depends: R (>= 3.1)
Imports: glmnet, graphics, MASS, Matrix, methods, mgcv, parallel,
        RColorBrewer, Rcpp (>= 0.12.12), speedglm, stats
Suggests: bookdown, knitr, roxygen2 (>= 6.0.0), testthat
LinkingTo: Rcpp, RcppArmadillo (>= 0.8.300.1.0)
VignetteBuilder: knitr
ByteCompile: yes
Encoding: UTF-8
LazyData: yes
NeedsCompilation: yes
RoxygenNote: 7.0.2
Packaged: 2020-02-07 09:37:36 UTC; tom
Author: Tom Reynkens [aut, cre] (<https://orcid.org/0000-0002-5516-5107>),
  Sander Devriendt [aut],
  Katrien Antonio [aut]
Maintainer: Tom Reynkens <tomreynkens@hotmail.com>
Repository: CRAN
Date/Publication: 2020-02-07 10:30:02 UTC
