-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
44 lines (44 loc) · 1.12 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
Package: mleap
Type: Package
Title: Interface to 'MLeap'
Version: 1.0.0.9000
Authors@R: c(
person(given = "Kevin",
family = "Kuo",
role = "aut",
email = "kevin.kuo@rstudio.com",
comment = c(ORCID = "0000-0001-7803-7901")),
person(given = "Edgar",
family = "Ruiz",
role = c("aut", "cre"),
email = "edgar@rstudio.com"
)
)
Description: A 'sparklyr' <https://spark.rstudio.com> extension that provides
an interface to 'MLeap' <https://github.com/combust/mleap>, an open source library
that enables exporting and serving of 'Apache Spark' pipelines.
URL: https://github.com/rstudio/mleap
BugReports: https://github.com/rstudio/mleap/issues
License: Apache License (>= 2.0)
SystemRequirements: Apache Maven 3.5+, Java JDK 8, MLeap Runtime 0.10.1+
Encoding: UTF-8
StagedInstall: no
Depends:
R (>= 3.1.2)
Imports:
sparklyr,
jsonlite,
tibble,
digest,
rlang,
purrr,
rJava,
fs
RoxygenNote: 7.2.1
Suggests:
testthat (>= 3.0.0),
ggplot2,
dplyr,
covr,
withr
Config/testthat/edition: 3