Package: RGF
Type: Package
Title: Regularized Greedy Forest
Version: 1.1.1
Date: 2022-09-10
Authors@R: c( person("Lampros", "Mouselimis", email = "mouselimislampros@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0002-8024-1546")), person("Ryosuke", "Fukatani", role = "cph", comment = "Author of the python wrapper of the 'Regularized Greedy Forest' machine learning algorithm"), person("Nikita", "Titov", role = "cph", comment = "Author of the python wrapper of the 'Regularized Greedy Forest' machine learning algorithm"), person("Tong", "Zhang", role = "cph", comment = "Author of the 'Regularized Greedy Forest' and of the Multi-core implementation of Regularized Greedy Forest machine learning algorithm"), person("Rie", "Johnson", role = "cph", comment = "Author of the 'Regularized Greedy Forest' machine learning algorithm") )
BugReports: https://github.com/RGF-team/rgf/issues
URL: https://github.com/RGF-team/rgf/tree/master/R-package
Description: Regularized Greedy Forest wrapper of the 'Regularized Greedy Forest' <https://github.com/RGF-team/rgf/tree/master/python-package> 'python' package, which also includes a Multi-core implementation (FastRGF) <https://github.com/RGF-team/rgf/tree/master/FastRGF>.
License: MIT + file LICENSE
SystemRequirements: Python (>= 3.7), rgf_python, scikit-learn (>=
        0.18.0), scipy, numpy. Detailed installation instructions for
        each operating system can be found in the README file.
Depends: R(>= 3.2.0)
Imports: reticulate, R6, Matrix
Suggests: testthat, covr, knitr, rmarkdown
Encoding: UTF-8
RoxygenNote: 7.2.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-09-10 12:38:08 UTC; lampros
Author: Lampros Mouselimis [aut, cre] (<https://orcid.org/0000-0002-8024-1546>),
  Ryosuke Fukatani [cph] (Author of the python wrapper of the
    'Regularized Greedy Forest' machine learning algorithm),
  Nikita Titov [cph] (Author of the python wrapper of the 'Regularized
    Greedy Forest' machine learning algorithm),
  Tong Zhang [cph] (Author of the 'Regularized Greedy Forest' and of the
    Multi-core implementation of Regularized Greedy Forest machine
    learning algorithm),
  Rie Johnson [cph] (Author of the 'Regularized Greedy Forest' machine
    learning algorithm)
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>
Repository: CRAN
Date/Publication: 2022-09-12 06:42:59 UTC
Built: R 4.6.0; ; 2025-08-18 07:52:59 UTC; unix
