Package: sparklyr
Type: Package
Title: R Interface to Apache Spark
Version: 1.0.1
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.1
Depends: R (>= 3.2)
Imports: assertthat, base64enc, config (>= 0.2), DBI (>= 0.6-1), dplyr
        (>= 0.7.2), dbplyr (>= 1.1.0), digest, forge, generics, httr
        (>= 1.2.1), jsonlite (>= 1.4), methods, openssl (>= 0.8),
        purrr, r2d3, rappdirs, rlang (>= 0.1.4), rprojroot, rstudioapi
        (>= 0.6), tibble, tidyr, withr, xml2, ellipsis (>= 0.1.0)
Suggests: broom, ggplot2, glmnet, janeaustenr, Lahman, mlbench, nnet,
        nycflights13, R6, RCurl, reshape2, shiny (>= 1.0.1), testthat
NeedsCompilation: no
Packaged: 2019-05-17 21:02:37 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-05-17 21:30:03 UTC
