zmqc - 0MQ-based connections for R
RForge.net

zmqc

About zmqc
GIT access
Download/Files
Check results

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/zmqc.git zmqc
see also zmqc GitHub repository.

To install the latest development snapshot of this package, use

install.packages("zmqc",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("zmqc",,"http://rforge.net/")

Most recent GIT commits


2e5261cc| Simon Urbanek | Tue Apr 16 10:21:15 2013 -0400
add delay in the example
 M       man/zmqc.Rd

747fbf09| Simon Urbanek | Thu Feb 21 14:11:47 2013 -0500
minor updates
 M       R/zmqc.R
 M       man/zmqc.Rd
 M       src/zmqc.c

5b8e23e4| Simon Urbanek | Thu Feb 21 13:31:11 2013 -0500
initial version for PUB/SUB
 A       DESCRIPTION
 A       NAMESPACE
 A       R/zmqc.R
 A       man/zmqc.Rd
 A       src/Makevars
 A       src/zmqc.c