Package: sparklyr
Type: Package
Title: R Interface to Apache Spark
Version: 0.9.4
Authors@R: c(
    person("Javier", "Luraschi", email = "javier@rstudio.com", role = c("aut", "cre")),
    person("Kevin", "Kuo", role = "aut", email = "kevin.kuo@rstudio.com",
           comment = c(ORCID = "0000-0001-7803-7901")),
    person("Kevin", "Ushey", role = "aut", email = "kevin@rstudio.com"),
    person("JJ", "Allaire", role = "aut", email = "jj@rstudio.com"),
    person("Samuel", "Macedo", role = "ctb", email = "samuelmacedo@recife.ifpe.edu.br"),
    person(family = "RStudio", role = c("cph")),
    person(family = "The Apache Software Foundation", role = c("aut", "cph"))
    )
Maintainer: Javier Luraschi <javier@rstudio.com>
Description: R interface to Apache Spark, a fast and general engine for big data
    processing, see <http://spark.apache.org>. This package supports connecting to
    local and remote Apache Spark clusters, provides a 'dplyr' compatible back-end,
    and provides an interface to Spark's built-in machine learning algorithms.
License: Apache License 2.0 | file LICENSE
SystemRequirements: Spark: 1.6.x or 2.x
URL: http://spark.rstudio.com
BugReports: https://github.com/rstudio/sparklyr/issues
LazyData: TRUE
RoxygenNote: 6.1.0
Depends: R (>= 3.2)
Imports: assertthat, base64enc, broom, config (>= 0.2), DBI (>= 0.6-1),
        dplyr (>= 0.7.2), dbplyr (>= 1.1.0), digest, httr (>= 1.2.1),
        jsonlite (>= 1.4), lazyeval (>= 0.2.0), methods, openssl (>=
        0.8), r2d3, rappdirs, rlang (>= 0.1.4), rprojroot, rstudioapi
        (>= 0.6), shiny (>= 1.0.1), withr, xml2, tibble, tidyr, purrr,
        forge
Suggests: ggplot2, glmnet, janeaustenr, Lahman, mlbench, nnet,
        nycflights13, RCurl, reshape2, testthat
NeedsCompilation: no
Packaged: 2019-01-09 00:46:09 UTC; javierluraschi
Author: Javier Luraschi [aut, cre],
  Kevin Kuo [aut] (<https://orcid.org/0000-0001-7803-7901>),
  Kevin Ushey [aut],
  JJ Allaire [aut],
  Samuel Macedo [ctb],
  RStudio [cph],
  The Apache Software Foundation [aut, cph]
Repository: CRAN
Date/Publication: 2019-01-09 06:30:02 UTC
