aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/DESCRIPTION
blob: e26f9a7a2ab6c20f2ed0fb3b176a82524250322d (plain) (blame)
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
Package: SparkR
Type: Package
Title: R frontend for Spark
Version: 2.0.0
Date: 2013-09-09
Author: The Apache Software Foundation
Maintainer: Shivaram Venkataraman <shivaram@cs.berkeley.edu>
Imports:
    methods
Depends:
    R (>= 3.0),
    methods,
Suggests:
    testthat,
    e1071
Description: R frontend for Spark
License: Apache License (== 2.0)
Collate:
    'schema.R'
    'generics.R'
    'jobj.R'
    'column.R'
    'group.R'
    'RDD.R'
    'pairRDD.R'
    'DataFrame.R'
    'SQLContext.R'
    'backend.R'
    'broadcast.R'
    'client.R'
    'context.R'
    'deserialize.R'
    'functions.R'
    'mllib.R'
    'serialize.R'
    'sparkR.R'
    'stats.R'
    'types.R'
    'utils.R'
RoxygenNote: 5.0.1