-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
56 lines (56 loc) · 1.95 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
Package: exasol
Type: Package
Title: R Interface & SDK for the EXASOL Database
Version: 7.1.0
Date: 2022-07-12
Author: Ian Formanek, Marcel Boldt, Mathias Golombek, Muhammet Orazov, Pieterjan Spoelders, Sebastian Baer, Szilard Barany, Thomas Ubensee, Torsten Kilias, Valerie Wiedemann, Viliam Simko
Maintainer: Thomas Ubensee <[email protected]>
Contact: Exasol <[email protected]>
BugReports: https://github.com/exasol/r-exasol/issues
URL: https://github.com/EXASOL/r-exasol https://www.exasol.com
Depends:
R (>= 3.3.0),
DBI (>= 0.3.1)
Imports:
methods,
RODBC (>= 1.3-12),
assertthat
Description: The EXASOL R Package offers interface functionality such as
connecting to, querying and writing into an EXASOL Database (version 5 onwards).
It is optimised for massively parallel reading & writing from and to a multinode
cluster. Further functionality is DBI compatibility, and use of EXASOL's InDB R
capabilities (deploying & executing R code dynamically from an R application
running on a client). EXASOL is an InMemory RDBMS that runs in a MPP cluster
(shared-nothing) environment. Leading the TPC-H benchmark, it is considered
the fastest analytical data warehouse available. A community edition can be
downloaded for free on <https://docs.exasol.com/get_started/communityedition.htm>.
License: BSD_3_clause + file LICENSE
LazyData: yes
Suggests:
testthat,
DBItest,
xml2
LinkingTo: testthat
SystemRequirements: OpenSSL >= 1.0.1, EXASOL DB v5 onwards
RoxygenNote: 7.1.2
Encoding: UTF-8
Collate:
'EXADBI-object.R'
'EXADBI-driver.R'
'EXADBI-connection.R'
'EXADBI-datatype.R'
'EXADBI-result.R'
'EXADBI-info.R'
'EXADBI-internal.R'
'EXADBI-query.R'
'EXADBI-summary.R'
'EXADBI-table.R'
'EXADBI-transaction.R'
'exa.createScript.R'
'exa.writeData.R'
'exa.readData.R'
'EXADBI.R'
'Viewer.R'
'catch-routine-registration.R'
'exa.log.R'
'exasol.R'