forked from benmarwick/SciDBR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.78 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
Package: scidb
Type: Package
Title: An R Interface to SciDB
Version: 3.1.2
Date: 2022-03-18
Authors@R: c(person(given = "Kriti", family = "Sen Sharma", role=c("cre", "aut"), email="ksen@paradigm4.com"),
person(given = "B. W.", family = "Lewis", role = "aut", email = "blewis@illposed.net"),
person(given = "Alex", family = "Poliakov", role = "aut", email = "apoliakov@paradigm4.com"),
person(given = "Rares", family = "Vernica", role = "aut", email = "rvernica@paradigm4.com"),
person(given = "Marc", family = "Colosimo", role = "aut", email = "mcolosimo@paradigm4.com"),
person(given = "Matt", family = "Peterson", role = "aut", email = "mpeterson@paradigm4.com"),
person(given = "Paradigm4 Inc.", role = "cph"))
Description: A package to interact with SciDB, a database that organizes data in n-dimensional arrays.
SciDB arrays consist of a coordinate system whose coordinates are called dimensions, and one or
more values at each coordinate called attributes.
SciDB database features include ACID transactions, parallel processing, distributed storage, and
efficient sparse array storage.
This R package enables running of SciDB queries using native array
functional language (AFL) and optionally returning results as data frames.
BugReports: https://github.com/Paradigm4/SciDBR/issues
URL: https://paradigm4.github.io/SciDBR/
VignetteBuilder: knitr
Depends:
R (>= 3.0.0), bit64
Imports:
curl,
data.table,
digest,
jsonlite,
methods,
openssl
Suggests:
Matrix,
rmarkdown,
knitr (>= 1.8),
arrow (>= 6.0.1)
License: AGPL-3
LazyLoad: yes
RoxygenNote: 7.1.2