-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
36 lines (36 loc) · 1.4 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
Package: sparkhail
Type: Package
Title: A 'Sparklyr' Extension for 'Hail'
Version: 0.1.1
Authors@R: c(
person("Samuel", "Macêdo", email = "[email protected]",
role = c("aut", "cre")),
person("Javier", "Luraschi", email = "[email protected]",
role = "aut"),
person("Michael", "Lawrence", email = "[email protected]",
role = "ctb")
)
Maintainer: Samuel Macêdo <[email protected]>
Description: 'Hail' is an open-source, general-purpose, 'python' based data analysis
tool with additional data types and methods for working with genomic data, see
<https://hail.is/>. 'Hail' is built to scale and has first-class support for
multi-dimensional structured data, like the genomic data in a genome-wide
association study (GWAS). 'Hail' is exposed as a 'python' library, using primitives
for distributed queries and linear algebra implemented in 'scala', 'spark', and
increasingly 'C++'. The 'sparkhail' is an R extension using 'sparklyr' package.
The idea is to help R users to use 'hail' functionalities with the well-know
'tidyverse' syntax, see <https://www.tidyverse.org/>.
License: Apache License 2.0 | file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.1.2)
Imports:
dplyr,
sparklyr (>= 1.0.1),
sparklyr.nested,
utils
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)
Suggests:
testthat