-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: sparkxgb
Type: Package
Title: Interface for 'XGBoost' on 'Apache Spark'
Version: 0.2.0
Authors@R: c(person("Kevin", "Kuo", email = "[email protected]",
role = "aut", comment = c(ORCID = "0000-0001-7803-7901")),
person("Yitao", "Li", email = "[email protected]",
role = "aut", comment = c(ORCID = "0000-0002-1261-905X")),
person("Edgar", "Ruiz", email = "[email protected]",
role = c("aut", "cre"))
)
Maintainer: Edgar Ruiz <[email protected]>
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