aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/DESCRIPTION
blob: d028821534b1afee2be785ccfa8e0819687c42e2 (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
Package: SparkR
Type: Package
Title: R frontend for Spark
Version: 1.4.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
Description: R frontend for Spark
License: Apache License (== 2.0)
Collate:
    'schema.R'
    'generics.R'
    'jobj.R'
    'RDD.R'
    'pairRDD.R'
    'column.R'
    'group.R'
    'DataFrame.R'
    'SQLContext.R'
    'backend.R'
    'broadcast.R'
    'client.R'
    'context.R'
    'deserialize.R'
    'serialize.R'
    'sparkR.R'
    'utils.R'