Type: Package
Package: RegEnRF
Title: Regression-Enhanced Random Forests
Version: 1.0.0
Authors@R: 
    person("Umberto", "Minora", , "umbertofilippo@tiscali.it", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0003-2151-6500"))
Description: A novel generalized Random Forest method, that can improve on
    RFs by borrowing the strength of penalized parametric regression. Based on
    Zhang et al. (2019) <doi:10.48550/arXiv.1904.10416>.
License: MIT + file LICENSE
BugReports: https://github.com/umbe1987/regenrf/issues
Imports: glmnet, randomForest
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.3
URL: https://github.com/umbe1987/regenrf
NeedsCompilation: no
Packaged: 2025-12-17 13:12:29 UTC; minorum
Author: Umberto Minora [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-2151-6500>)
Maintainer: Umberto Minora <umbertofilippo@tiscali.it>
Repository: CRAN
Date/Publication: 2025-12-22 18:00:08 UTC
