ropensci / rzmq

R package for ZMQ
https://docs.ropensci.org/rzmq
84 stars 30 forks source link

Next CRAN release #36

Closed mschubert closed 7 years ago

mschubert commented 7 years ago

I'm looking to release my package clustermq (using HPC schedulers with rzmq) on CRAN.

However, this requires XREQ/XREP sockets (https://github.com/ropensci/rzmq/pull/32) and the updated poll timeout (https://github.com/ropensci/rzmq/pull/34). Both have been merged here.

Is there a plan when to push these changes to CRAN, so my package can make use of them without needing a Github dependency?

jeroen commented 7 years ago

I'll try to push out a new release today.

jeroen commented 7 years ago

OK this is on CRAN now.

mschubert commented 7 years ago

Thank you! :+1: