Wei-Chen Chen
Wei-Chen Chen
Please check if the [PR #52](https://github.com/RBigData/remoter/pull/52) fixes the problem or not. Thanks. Note that the server R process is dead not halt, but the client R process halts. Ctrl-c can...
Please try the newest update again. Thanks. - You may need a newer R (maybe > 3.7) to have `--no-staged-install`. - There is no `src/` in `remoter`, so I have...
Try if [this update](https://github.com/snoweye/remoter/commit/af88b4feb45ff421040edc6168819bb16a0489bd) fixes the problems. @howff
Thanks. @wrathematics may send [this](https://github.com/RBigData/remoter/pull/61) to CRAN when he has time.
[0.4-0 on R release](https://builder.r-hub.io/status/remoter_0.4-0.tar.gz-482ffc40f7c013255d0803995cfc1ac9) and [0.4-1 on R release](https://builder.r-hub.io/status/remoter_0.4-1.tar.gz-511c159694f2be394a9d38e64600195e) look both fine to me. Just send to R winbuilder for three R versions which you will receive the report.
Yes, I saw that and test for released R on windows. Did you get the same message from CRAN? If so, I need the log file to fix. If not,...
I add a file check to make sure server is running in the `tests/batch.R`. Connect check would not work because `zmq_connect` return 0 when `addr = localhost`.
I add all socket options to [pbdZMQ](https://github.com/snoweye/pbdZMQ/commit/dff14fe5e442efe4c28b7007ec8ab681065443da). The `CONNECT_TIMEOUT` with `SNDTIMEO` and `RCVTIMEO` may help on this, but it needs to rewrite a lot of `server()` and `client()` ... This...
I add all socket options to [pbdZMQ](https://github.com/snoweye/pbdZMQ/commit/dff14fe5e442efe4c28b7007ec8ab681065443da). The `CONNECT_TIMEOUT` with `SNDTIMEO` and `RCVTIMEO` may help on this, but it needs to rewrite a lot of `server()` and `client()` ...
https://github.com/snoweye/user2016.demo may help.