Last data update: 2014.03.03

doRedis

Package: doRedis
Type: Package
Title: Foreach parallel adapter for the rredis package
Version: 1.1.1
Date: 2014-2-25
Author: B. W. Lewis <blewis@illposed.net>
Maintainer: B. W. Lewis <blewis@illposed.net>
Description: A Redis parallel backend for the %dopar% function
BugReports: https://github.com/bwlewis/doRedis/issues
Depends: R (>= 2.5), rredis (>= 1.6.8), foreach (>= 1.3.0), iterators (>=
1.0.0), utils
Suggests: boot
License: GPL-2
LazyLoad: yes
Packaged: 2014-04-03 15:52:18 UTC; blewis
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-04-03 18:30:30

● Cran Task View: HighPerformanceComputing
● 0 images, 11 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'doRedis' ...
** package 'doRedis' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c alive.c -o alive.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o doRedis.so alive.o -lpthread -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/doRedis/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'doRedis'
    finding HTML links ... done
    doRedis-internal                        html  
    doRedis-package                         html  
    redisWorker                             html  
    registerDoRedis                         html  
    removeQueue                             html  
    setChunkSize                            html  
    setExport                               html  
    setGetTask                              html  
    setTag                                  html  
    setTaskLabel                            html  
    startLocalWorkers                       html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (doRedis)
Making 'packages.html' ... done