papply: Parallel apply function using MPI

Similar to apply and lapply, applies a function to all items of a list, and returns a list with the results. Uses Rmpi to distribute the processing evenly across a cluster. If Rmpi is not available, implements this as a non-parallel algorithm. Includes some debugging support

Version: 0.1
Depends: R (≥ 2.0.1)
Suggests: Rmpi
Date: 2005-06-23
Author: Duane Currie
Maintainer: Duane Currie <duane.currie at acadiau.ca>
License: GPL version 2 or newer
URL: http://ace.acadiau.ca/math/ACMMaC/software/papply/
CRAN checks: papply results

Downloads:

Package source: papply_0.1.tar.gz
MacOS X binary: papply_0.1.tgz
Windows binary: papply_0.1.zip
Reference manual: papply.pdf
News/ChangeLog:ChangeLog