Back to home page

OSCL-LXR

 
 

    


0001 Package: SparkR
0002 Type: Package
0003 Version: 3.0.0
0004 Title: R Front End for 'Apache Spark'
0005 Description: Provides an R Front end for 'Apache Spark' <https://spark.apache.org>.
0006 Authors@R: c(person("Shivaram", "Venkataraman", role = c("aut", "cre"),
0007                     email = "shivaram@cs.berkeley.edu"),
0008              person("Xiangrui", "Meng", role = "aut",
0009                     email = "meng@databricks.com"),
0010              person("Felix", "Cheung", role = "aut",
0011                     email = "felixcheung@apache.org"),
0012              person(family = "The Apache Software Foundation", role = c("aut", "cph")))
0013 License: Apache License (== 2.0)
0014 URL: https://www.apache.org/ https://spark.apache.org/
0015 BugReports: https://spark.apache.org/contributing.html
0016 SystemRequirements: Java (>= 8, < 12)
0017 Depends:
0018     R (>= 3.1),
0019     methods
0020 Suggests:
0021     knitr,
0022     rmarkdown,
0023     testthat,
0024     e1071,
0025     survival,
0026     arrow (>= 0.15.1)
0027 Collate:
0028     'schema.R'
0029     'generics.R'
0030     'jobj.R'
0031     'column.R'
0032     'group.R'
0033     'RDD.R'
0034     'pairRDD.R'
0035     'DataFrame.R'
0036     'SQLContext.R'
0037     'WindowSpec.R'
0038     'backend.R'
0039     'broadcast.R'
0040     'catalog.R'
0041     'client.R'
0042     'context.R'
0043     'deserialize.R'
0044     'functions.R'
0045     'install.R'
0046     'jvm.R'
0047     'mllib_classification.R'
0048     'mllib_clustering.R'
0049     'mllib_fpm.R'
0050     'mllib_recommendation.R'
0051     'mllib_regression.R'
0052     'mllib_stat.R'
0053     'mllib_tree.R'
0054     'mllib_utils.R'
0055     'serialize.R'
0056     'sparkR.R'
0057     'stats.R'
0058     'streaming.R'
0059     'types.R'
0060     'utils.R'
0061     'window.R'
0062 RoxygenNote: 5.0.1
0063 VignetteBuilder: knitr
0064 NeedsCompilation: no
0065 Encoding: UTF-8