forked from rstudio/mleap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 870 Bytes
/
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
Package: mleap
Type: Package
Title: Interface to 'MLeap'
Version: 0.1.3
Authors@R: c(
person("Kevin", "Kuo", role = c("aut", "cre"), email = "kevin.kuo@rstudio.com",
comment = c(ORCID = "0000-0001-7803-7901"))
)
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 Spark 2.0+, Apache Maven 3.5+, Java JDK 8, MLeap Runtime 0.10.1+
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.1.2)
Imports:
sparklyr,
jsonlite,
purrr,
fs,
tibble,
rJava,
digest
RoxygenNote: 6.0.1
Suggests:
testthat,
covr,
ggplot2,
dplyr