Package: RGF
Type: Package
Title: Regularized Greedy Forest
Version: 1.0.5
Date: 2018-09-23
Authors@R: c( person("Lampros", "Mouselimis", email = "mouselimislampros@gmail.com", role = c("aut", "cre")), 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") )
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>
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 (2.7 or >= 3.4), 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
LazyData: true
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-09-23 07:10:37 UTC; lampros
Author: Lampros Mouselimis [aut, cre],
  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)
Repository: CRAN
Date/Publication: 2018-09-23 07:40:03 UTC
