Package: rbooster
Type: Package
Title: AdaBoost Framework for Any Classifier
Version: 1.0.2
Authors@R: 
        c(person("Fatih", "Saglam", email = "fatih.saglam@omu.edu.tr", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2084-2008")),
          person("Hasan", "Bulut", email = "hasan.bulut@omu.edu.tr", role = c("ctb")))
Description: This is a simple package which provides a function 
      that boosts pre-ready or custom-made classifiers. Package 
      uses Discrete AdaBoost (<doi:10.1006/jcss.1997.1504>) for two class, 
      SAMME (<doi:10.4310/SII.2009.v2.n3.a8>) for multiclass classification.
Depends: R (> 4.0.1)
Imports: stats, rpart, earth, Hmisc
Suggests: knitr, imbalance, nnet, rmarkdown
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-10-04 13:08:41 UTC; Fatih
Author: Fatih Saglam [aut, cre] (<https://orcid.org/0000-0002-2084-2008>),
  Hasan Bulut [ctb]
Maintainer: Fatih Saglam <fatih.saglam@omu.edu.tr>
Repository: CRAN
Date/Publication: 2021-10-04 20:20:02 UTC
