Type: Package
Package: spareg
Title: Sparse Projected Averaged Regression
Version: 1.2.0
Authors@R: 
    c(person(given = "Laura",
             family = "Vana-Gür",
             role = c("aut", "cre"),
             email = "laura.vana.guer@tuwien.ac.at",
             comment = c(ORCID = "0000-0002-9613-7604")), 
      person(given = "Roman",
             family = "Parzer",
             role = c("aut"),
             email = "romanparzer1@gmail.com",
             comment = c(ORCID = "0000-0003-0893-3190")),
      person(given = "Peter",
             family = "Filzmoser",
             role = c("aut"),
             email = "peter.filzmoser@tuwien.ac.at",
             comment = c(ORCID = "0000-0002-8014-4682")))
Description: A flexible framework combining variable screening and random projection techniques for fitting ensembles of 
  predictive generalized linear models to high-dimensional data. Designed for extensibility, the package implements
  key techniques as S3 classes with user-friendly constructors, enabling easy integration and development of new procedures for 
  high-dimensional applications. 
License: GPL-3
Imports: Matrix, ROCR, Rdpack, ggplot2, rlang, glmnet, methods
RdMacros: Rdpack
Encoding: UTF-8
URL: https://github.com/lauravana/spareg
BugReports: https://github.com/lauravana/spareg/issues
Suggests: testthat (>= 3.0.0), foreach, doParallel, doRNG, robustbase,
        cellWise, VariableScreening, ggpubr, R.matlab
Config/testthat/edition: 3
Depends: R (>= 4.0.0)
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-09-25 15:22:35 UTC; lauravanagur
Author: Laura Vana-Gür [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-9613-7604>),
  Roman Parzer [aut] (ORCID: <https://orcid.org/0000-0003-0893-3190>),
  Peter Filzmoser [aut] (ORCID: <https://orcid.org/0000-0002-8014-4682>)
Maintainer: Laura Vana-Gür <laura.vana.guer@tuwien.ac.at>
Repository: CRAN
Date/Publication: 2026-09-25 16:50:02 UTC
