rHpcc: Interface between HPCC and R

rHpcc is an R package providing an Interface between R and HPCC.Familiarity with ECL (Enterprise Control Language) is a must to use this package.HPCC is a massive parallel-processing computing platform that solves Big Data problems.ECL is the Enterprise Control Language designed specifically for huge data projects using the HPCC platform.Its extreme scalability comes from a design that allows you to leverage every query you create for re-use in subsequent queries as needed. To do this, ECL takes a dictionary approach to building queries wherein each ECL definition defines an Attribute. Each previously defined Attribute can then be used in succeeding ECL Attribute definitions as the language extends itself as you use it.

Version: 1.0
Depends: R (≥ 2.11.0), methods, RCurl, XML
Published: 2012-08-14
Author: Dinesh Shetye
Maintainer: Dinesh Shetye <dinesh.shetye at lexisnexis.com>
License: GPL-2
URL: http://hpccsystems.com
NeedsCompilation: no
CRAN checks: rHpcc results

Downloads:

Reference manual: rHpcc.pdf
Package source: rHpcc_1.0.tar.gz
Windows binaries: r-devel: rHpcc_1.0.zip, r-release: rHpcc_1.0.zip, r-oldrel: rHpcc_1.0.zip
macOS binaries: r-release: rHpcc_1.0.tgz, r-oldrel: rHpcc_1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=rHpcc to link to this page.