Rserve
About Rserve
|
GIT repository accessThe GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/Rserve.git Rserve
see also Rserve GitHub repository.
To install the latest development snapshot of this package, use install.packages("Rserve",,"http://rforge.net/",type="source") Binaries (if avalable) can be installed using install.packages("Rserve",,"http://rforge.net/")
Most recent GIT commitsc2472142| Simon Urbanek | Thu Aug 17 14:28:03 2023 +1200 fix minor type mismatches in debugging output M src/Rserv.c M src/proxy/websockets.c M src/qap_encode.c M src/standalone.c M src/websockets.c 8251fbe9| Simon Urbanek | Tue May 23 10:28:01 2023 +1200 Do not strip leading / from path M src/proxy/forward.c 1a930a5f| Simon Urbanek | Sun Mar 5 09:42:11 2023 +1300 update to latest REngine M src/client/java 10240c15| Simon Urbanek | Fri Feb 24 10:31:35 2023 +1300 update NEWS M NEWS 5542d508| Simon Urbanek | Fri Feb 24 10:29:08 2023 +1300 add work-around for buggy libcrypt in Ubuntu 22.04 (closes #192) M src/Rserv.c |