-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.41 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: cuda.ml
Type: Package
Title: R Interface for the RAPIDS cuML Suite of Libraries
Version: 0.3.2.9000
Authors@R:
c(person(given = "Yitao",
family = "Li",
role = c("aut", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1261-905X")),
person(given = "Tomasz",
family = "Kalinowski",
role = c("cph", "ctb"),
email = "[email protected]"),
person(given = "Daniel",
family = "Falbel",
role = c("aut", "cre", "cph"),
email = "[email protected]"),
person(given = "RStudio",
role = c("cph", "fnd")))
Maintainer: Daniel Falbel <[email protected]>
Description: R interface for RAPIDS cuML (<https://github.com/rapidsai/cuml>),
a suite of GPU-accelerated machine learning libraries powered by CUDA
(<https://en.wikipedia.org/wiki/CUDA>).
License: MIT + file LICENSE
URL: https://mlverse.github.io/cuda.ml/
BugReports: https://github.com/mlverse/cuda.ml/issues
Depends:
R (>= 3.2)
Imports:
ellipsis,
hardhat,
parsnip,
Rcpp (>= 1.0.6),
rlang (>= 0.1.4)
Suggests:
callr,
glmnet,
MASS,
magrittr,
mlbench,
purrr,
reticulate,
testthat,
xgboost
LinkingTo: Rcpp
Encoding: UTF-8
RoxygenNote: 7.1.2
OS_type: unix
SystemRequirements: RAPIDS cuML (see https://rapids.ai/start.html)
NeedsCompilation: yes