@@ -8,17 +8,22 @@ Maintainer: Simon Urbanek <Simon.Urbanek@r-project.org>
88Depends: R (>= 1.5.0)
99Suggests: RSclient
1010SystemRequirements: libR, GNU make
11- Description: Rserve acts as a socket server (TCP/IP or local sockets)
11+ Description: Rserve is a versatile, scalable server enabling the
12+ efficient use of R from other applications through
13+ variety of protocols including QAP, WebSockets, HTTP
14+ and HTTPS. It acts as a server (TCP/IP or local sockets)
1215 which allows binary requests to be sent to R. Every
1316 connection has a separate workspace and working
1417 directory. Client-side implementations are available
15- for popular languages such as C/C++ and Java, allowing
16- any application to use facilities of R without the need of
17- linking to R code . Rserve supports remote connection ,
18+ for many popular languages allowing applications
19+ to use facilities of R without the need of linking to
20+ the R binary . Rserve supports remote connections ,
1821 user authentication and file transfer. A simple R client
19- is included in this package as well. In addition, it can
20- also act as a secure WebSockets and HTTP/HTTPS server.
22+ is included in this package as well. It also supports
23+ OCAP mode for secure remote procedure calls,
24+ including support for full event loop, asynchronous
25+ results/graphics and console I/O.
2126License: GPL-2 | file LICENSE
2227URL: https://www.rforge.net/Rserve/
23- BugReports: https://github.com/s-u/Rserve
28+ BugReports: https://github.com/s-u/Rserve/issues/
2429Biarch: true
0 commit comments