Closed mschubert closed 7 years ago
I'm looking to release my package clustermq (using HPC schedulers with rzmq) on CRAN.
clustermq
rzmq
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.
XREQ
XREP
Is there a plan when to push these changes to CRAN, so my package can make use of them without needing a Github dependency?
I'll try to push out a new release today.
OK this is on CRAN now.
Thank you! :+1:
I'm looking to release my package
clustermq
(using HPC schedulers withrzmq
) 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?