Package: sparkxgb
Type: Package
Title: Interface for 'XGBoost' on 'Apache Spark'
Version: 0.1.1
Authors@R: c(person("Kevin", "Kuo", email = "kevin.kuo@rstudio.com",
                  role = c("aut"), comment = c(ORCID = "0000-0001-7803-7901")),
             person("Yitao", "Li", email = "yitao@rstudio.com",
                  role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1261-905X")))
Maintainer: Yitao Li <yitao@rstudio.com>
Description: A 'sparklyr' <https://spark.rstudio.com/> extension that provides an R
  interface for 'XGBoost' <https://github.com/dmlc/xgboost> on 'Apache Spark'. 'XGBoost' is an
  optimized distributed gradient boosting library.
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.1.2)
Imports: sparklyr (>= 1.3), forge (>= 0.1.9005)
RoxygenNote: 7.1.1
Suggests: dplyr, purrr, rlang, testthat
NeedsCompilation: no
Packaged: 2021-02-22 13:31:39 UTC; yitaoli
Author: Kevin Kuo [aut] (<https://orcid.org/0000-0001-7803-7901>),
  Yitao Li [aut, cre] (<https://orcid.org/0000-0002-1261-905X>)
Repository: CRAN
Date/Publication: 2021-02-23 10:20:02 UTC
Built: R 4.2.0; ; 2022-04-13 11:47:18 UTC; unix
