Package: parallelMap
Title: Unified interface to some popular parallelization back-ends for
        interactive usage and package development.
Description: Map over lists in parallel. Supports local, multicore, mpi
        and BatchJobs mode. Allows "tagging" of the parallel operation
        with a level name that can be later selected by the user to
        switch on parallel execution for exactly this operation.
Author: Bernd Bischl <bernd_bischl@gmx.net>, Michel Lang
        <lang@statistik.tu-dortmund.de>
Maintainer: Bernd Bischl <bernd_bischl@gmx.net>
URL: https://github.com/berndbischl/parallelMap
BugReports: https://github.com/berndbischl/parallelMap/issues
License: BSD_3_clause + file LICENSE
Depends: R (>= 3.0.0)
Imports: BBmisc (>= 1.3-64)
Suggests: testthat, parallel, Rmpi, BatchJobs
LazyData: yes
ByteCompile: yes
Version: 1.0-83
Collate: 'autodetectCpus.R' 'batchjobs.R' 'displayErrorMessages.R'
        'getExtraPackages.R' 'getOption.R' 'logging.R'
        'parallelLibrary.R' 'parallelMap.R' 'parallelShowOptions.R'
        'parallelStart.R' 'parallelStop.R' 'utils.R' 'zzz.R'
        'parallelApply.R' 'parallelRegisterLevels.R'
Packaged: 2013-08-29 00:20:04 UTC; bischl
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2013-08-29 07:47:23
