Skip to content

plyrmr version 0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@piccolbo piccolbo released this 14 Feb 00:45
· 1 commit to master since this release
  • Completed Spark support. Passes all tests! Speed needs more work.
  • Added spark I/O, a few I/O formats and compatibility with SparkR
    • e.g use input(path, "csv") to read a csv file, output(expression, path, "json") to write in json
    • use as.RDD to get an RDD out of a plyrmr pipe and work in sparkR from there onwards, conversely input(rdd) to go from sparkR to plyrmr
  • tests ported to latest Quickcheck 3.0.0
  • added support for specifying groups by character vector, for programming