forked from sparklyr/sparklyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
66 lines (66 loc) · 1.83 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Package: sparklyr
Type: Package
Title: R Interface to Apache Spark
Version: 1.0.3
Authors@R: c(
person("Javier", "Luraschi", email = "[email protected]", role = c("aut", "cre")),
person("Kevin", "Kuo", role = "aut", email = "[email protected]",
comment = c(ORCID = "0000-0001-7803-7901")),
person("Kevin", "Ushey", role = "aut", email = "[email protected]"),
person("JJ", "Allaire", role = "aut", email = "[email protected]"),
person("Samuel", "Macedo", role = "ctb", email = "[email protected]"),
person(family = "RStudio", role = c("cph")),
person(family = "The Apache Software Foundation", role = c("aut", "cph"))
)
Maintainer: Javier Luraschi <[email protected]>
Description: R interface to Apache Spark, a fast and general engine for big data
processing, see <http://spark.apache.org>. This package supports connecting to
local and remote Apache Spark clusters, provides a 'dplyr' compatible back-end,
and provides an interface to Spark's built-in machine learning algorithms.
License: Apache License 2.0 | file LICENSE
SystemRequirements: Spark: 1.6.x or 2.x
URL: http://spark.rstudio.com
BugReports: https://github.com/rstudio/sparklyr/issues
LazyData: TRUE
RoxygenNote: 6.1.1
Depends:
R (>= 3.2)
Imports:
assertthat,
base64enc,
config (>= 0.2),
DBI (>= 0.6-1),
dplyr (>= 0.7.2),
dbplyr (>= 1.1.0),
digest,
forge,
generics,
httr (>= 1.2.1),
jsonlite (>= 1.4),
methods,
openssl (>= 0.8),
purrr,
r2d3,
rappdirs,
rlang (>= 0.1.4),
rprojroot,
rstudioapi (>= 0.10),
tibble,
tidyr,
withr,
xml2,
ellipsis (>= 0.1.0)
Suggests:
broom,
ggplot2,
glmnet,
janeaustenr,
Lahman,
mlbench,
nnet,
nycflights13,
R6,
RCurl,
reshape2,
shiny (>= 1.0.1),
testthat