forked from greenplum-db/PivotalR-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.28 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
Package: PivotalR
Type: Package
Title: A Fast, Easy-to-Use Tool for Manipulating Tables in Databases
and a Wrapper of MADlib
Version: 0.1.18.3
Date: 2017-2-7
Author: Predictive Analytics Team at Pivotal Inc.
<[email protected]>, with contributions from Data Science Team
at Pivotal Inc.
Maintainer: Rahul Iyer <[email protected]>
Contact: Predictive Analytics Team at Pivotal Inc.
Depends:
R (>= 2.14.0),
methods,
Matrix
Suggests:
DBI,
RPostgreSQL,
shiny,
testthat,
tools,
rpart,
randomForest,
topicmodels
Description: Provides an R interface for the Pivotal Data stack
running on 'PostgreSQL', 'Greenplum' or 'Apache HAWQ (incubating)'
databases with parallel and distributed computation ability for big data
processing. 'PivotalR' provides an R interface to various database
operations on tables or views. These operations are almost the same as
the corresponding native R operations. Thus users of R do not need
to learn 'SQL' when they operate on objects in the database. It also
provides a wrapper for 'Apache MADlib (incubating)', which is an open-
source library for parallel and scalable in-database analytics.
License: GPL (>= 2)
LazyLoad: yes
LazyData: yes