Package: sparkxgb
Type: Package
Title: Interface for 'XGBoost' on 'Apache Spark'
Version: 0.2.0
Authors@R: c(person("Kevin", "Kuo", email = "kevin.kuo@rstudio.com",
                  role = "aut", comment = c(ORCID = "0000-0001-7803-7901")),
             person("Yitao", "Li", email = "yitaoli1990@gmail.com",
                  role = "aut", comment = c(ORCID = "0000-0002-1261-905X")),
             person("Edgar", "Ruiz", email = "edgar@posit.co",
                  role = c("aut", "cre"))
           )
Maintainer: Edgar Ruiz <edgar@posit.co>
Description: A 'sparklyr' <https://spark.posit.co/> 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
Depends: R (>= 3.1.2)
Imports: sparklyr, rlang, magrittr, vctrs, fs
RoxygenNote: 7.3.1
Suggests: dplyr, purrr, testthat (>= 3.0.0), withr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-04-30 15:13:34 UTC; edgar
Author: Kevin Kuo [aut] (<https://orcid.org/0000-0001-7803-7901>),
  Yitao Li [aut] (<https://orcid.org/0000-0002-1261-905X>),
  Edgar Ruiz [aut, cre]
Repository: CRAN
Date/Publication: 2024-04-30 20:40:07 UTC
Built: R 4.3.1; ; 2024-04-30 22:16:16 UTC; unix
