Re: [Rd] [R] Problems when trying to install and load package "rzmq"

2017-01-10 Thread Jeroen Ooms
For those following this thread: rzmq binary packages for Mac and Windows are now available from CRAN. On Tue, Jan 3, 2017 at 5:32 PM, Jeroen Ooms wrote: > On Tue, Jan 3, 2017 at 3:53 PM, Whit Armstrong > wrote: >> >> I maintian the rzmq project. >> >> love to get it running on windows, but zm

Re: [Rd] [R] Problems when trying to install and load package "rzmq"

2017-01-03 Thread Whit Armstrong
sounds great! On Tue, Jan 3, 2017 at 11:32 AM, Jeroen Ooms wrote: > On Tue, Jan 3, 2017 at 3:53 PM, Whit Armstrong > wrote: > > > > I maintian the rzmq project. > > > > love to get it running on windows, but zmq doesn't play nicely with R's > > mingw. > > It's fairly easy to link against the li

Re: [Rd] [R] Problems when trying to install and load package "rzmq"

2017-01-03 Thread Jeroen Ooms
On Tue, Jan 3, 2017 at 3:53 PM, Whit Armstrong wrote: > > I maintian the rzmq project. > > love to get it running on windows, but zmq doesn't play nicely with R's > mingw. It's fairly easy to link against the libraries from rwinlib: https://github.com/rwinlib/zeromq. I'll send you a pull request

Re: [Rd] [R] Problems when trying to install and load package "rzmq"

2017-01-03 Thread Whit Armstrong
Hi, Paul. I maintian the rzmq project. love to get it running on windows, but zmq doesn't play nicely with R's mingw. These guys have taken the approach of building the entire zmq library inside the R package: https://github.com/snoweye/pbdZMQ I suggest you give it a try. or if you want to atte

Re: [Rd] [R] Problems when trying to install and load package "rzmq"

2017-01-03 Thread peter dalgaard
Possibly so. However, the ZeroMQ libraries do exist for Windows, so it might be possible to get the package working there. However, CRAN probably won't have the libraries, so cannot produce a binary package, and it is also quite possible that the package author is not a Windows person. At th