Package ‘sparklyr’ September 16, 2021 Type Package Title R Interface to Apache Spark Version 1.7.2 Maintainer Yitao Li <
[email protected]> 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 URL https://spark.rstudio.com/ BugReports https://github.com/sparklyr/sparklyr/issues Depends R (>= 3.2) Imports assertthat, base64enc, blob, config (>= 0.2), DBI (>= 0.6-1), dbplyr (>= 1.1.0), digest, dplyr (>= 0.7.2), ellipsis (>= 0.1.0), forge, generics, globals, glue, httr (>= 1.2.1), jsonlite (>= 1.4), lifecycle, methods, openssl (>= 0.8), purrr, r2d3, rappdirs, rlang (>= 0.1.4), rprojroot, rstudioapi (>= 0.10), stringr, tibble, tidyr (>= 0.3.0), tidyselect, uuid, vctrs, withr, xml2 Suggests arrow (>= 0.14.0), broom, diffobj, foreach, ggplot2, iterators, janeaustenr, Lahman, mlbench, nnet, nycflights13, R6, RCurl, reshape2, shiny (>= 1.0.1), testthat Encoding UTF-8 RoxygenNote 7.1.1 SystemRequirements Spark: 1.6.x, 2.x, or 3.x Collate 'spark_data_build_types.R' 'arrow_data.R' 'spark_invoke.R' 'browse_url.R' 'spark_connection.R' 'avro_utils.R' 'config_settings.R' 'config_spark.R' 'connection_instances.R' 'connection_progress.R' 'connection_shinyapp.R' 'spark_version.R' 'connection_spark.R' 'connection_viewer.R' 1 2 'core_arrow.R' 'core_config.R' 'core_connection.R'