-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
17 lines (17 loc) · 993 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: spark.sas7bdat
Type: Package
Title: Read in 'SAS' Data ('.sas7bdat' Files) into 'Apache Spark'
Description: Read in 'SAS' Data ('.sas7bdat' Files) into 'Apache Spark' from R. 'Apache Spark' is an open source cluster computing framework available at <http://spark.apache.org>. This R package uses the 'spark-sas7bdat' 'Spark' package (<https://spark-packages.org/package/saurfang/spark-sas7bdat>) to import and process 'SAS' data in parallel using 'Spark'. Hereby allowing to execute 'dplyr' statements in parallel on top of 'SAS' data.
Maintainer: Jan Wijffels <[email protected]>
Authors@R: c(person("Jan", "Wijffels", role = c("aut", "cre", "cph"), email =
"[email protected]"), person("BNOSAC", role = "cph"), person("Geyer", "Bisschoff", email = "[email protected]", role = "ctb"))
License: GPL-3
Version: 1.4
URL: https://github.com/bnosac/spark.sas7bdat
VignetteBuilder: knitr
Imports:
sparklyr (>= 0.3)
Suggests:
knitr,
rmarkdown
RoxygenNote: 7.1.1