Package: sparkxgb
Type: Package
Title: Interface for 'XGBoost' on 'Apache Spark'
Version: 0.2.1
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.3
Suggests: dplyr, purrr, testthat (>= 3.0.0), withr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-09-11 15:08:20 UTC; edgar
Author: Kevin Kuo [aut] (ORCID: <https://orcid.org/0000-0001-7803-7901>),
  Yitao Li [aut] (ORCID: <https://orcid.org/0000-0002-1261-905X>),
  Edgar Ruiz [aut, cre]
Repository: CRAN
Date/Publication: 2025-09-11 15:20:02 UTC
Built: R 4.5.1; ; 2025-10-21 14:18:08 UTC; windows
