Package: sparkhail
Type: Package
Title: A 'Sparklyr' Extension for 'Hail'
Version: 0.1.1
Authors@R: c(
    person("Samuel", "Macêdo", email = "samuelmacedo@recife.ifpe.edu.br", 
           role = c("aut", "cre")),
    person("Javier", "Luraschi", email = "javier@rstudio.com", 
           role = "aut"),
    person("Michael", "Lawrence", email = "michafla@gene.com", 
           role = "ctb")
    )
Maintainer: Samuel Macêdo <samuelmacedo@recife.ifpe.edu.br>
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
Suggests: testthat
NeedsCompilation: no
Packaged: 2019-10-29 18:57:13 UTC; samuel
Author: Samuel Macêdo [aut, cre],
  Javier Luraschi [aut],
  Michael Lawrence [ctb]
Repository: CRAN
Date/Publication: 2019-12-23 17:50:02 UTC
Built: R 4.3.0; ; 2023-04-07 12:20:16 UTC; unix
