Drew Schmidt

Results 72 comments of Drew Schmidt

I'm not familiar with the Bloom73 corpus. Can you give a link?

Hi, thanks for the report. I think this has been fixed in the latest version here on GitHub. I'm hoping to get an update out to CRAN "soon", but there...

Sorry for the delay. Work has had me at more than 100% capacity. I haven't had a chance to take a close look (I plan to tomorrow), but I'm guessing...

I'm not sure what the issue is with sodium. For the other issue, you should either use `client()` for interactive use or `batch()` for batch usage. So when you do...

That's odd. I'm not sure how that's happening. The test that remoter runs to check for sodium is `requireNamespace("sodium", quietly=TRUE)` in remoter/R/zzz.r. If you can run `library(sodium)` from the R...

Could you try starting the server with the option `serialversion=2` and letting me know what happens?

There are some strange things going on with one of the windows cran machines (which affect remoter) that I'm keeping an eye on. Will submit an update soon.

Referring to [this](https://cran.r-project.org/web/checks/check_results_remoter.html).

Interesting. I'm able to kill it with ctrl-c in a terminal: ``` > remoter::batch(addr = 'non_existent_host', script = 'ls()') ^CR_zmq_msg_recv errno: 4 strerror: Interrupted system call Error in unserialize(rmsg) :...

Hard to say what may be going on. Just to make sure, is the remote computer running a server when you try to connect with `remoter::client()`? With your ports, you...