Nothing
If you are viewing this file on CRAN, please check latest news on GitHub here.
.onLoad
implementation that will search for a externally installed zeromq library. This method is provided by Wei-Chen Chen (@snoweye).subprocess
dependency as it is unavailable on Solaris.jclient
:shutdown_request
messages now cause a clean shutdown (with exit 0). Before this fix, a shutdown_request
would trigger a q("no")
from within R before the shell, ctrl, and stdin sockets could clean themslves up. This would cause the application to "hang" when it attempted to destroy the zmq::context_t
, and hence the kernel would need to be forcefully shutdown.is_complete_request
was missing an else if
between the two incomplete
checks resulting in an erroneous invalid
state when a quote was missing.complete_request
now returns an empty list list()
when no matches are found (was returning NA
).Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.