You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runStaticServer() no longer fails if browse = TRUE but utils::browseURL() is unable to open the server. (#395)
Improved testing of runStaticServer() to accurately test that runStaticServer() throws an error when a requested port is not available on FreeBSD. (#396)
WebSocket connections now send Ping frames to the client every 20 seconds. This is only intended to serve as a keepalive for proxies that might be sitting in front of us; we don't pay attention to whether a Pong response is received in a timely manner. (#359)
Fixed #354: The incorrect method was called to clear a vector. (#355)
The src/Makevars file no longer sets CXX_STD=CXX11, and the DESCRIPTION file no longer lists SystemRequirements: C++11, because newer R versions always support C++11. (#356, #357)