This directory/'package' contains the definitive versions of all R src and documentation files. It's here to keep it together with the Java code and to have it in the same hg repository.

The R cloudRmpi package is build and updated using a ant script found in the top level dir of this netbeans project.



Oddend Notes:

In the *-package.R file ( read by roxygenize),
@import rreval digest
appears to want space delimited args

On the other hand, the DESCRIPTION file (read by R CMD INSTALL) appears to want a comma delimited list.
Imports: rreval, digest

Oy.