Skip to content

Commit 86055f5

Browse files
committed
update BugReports URL and description
1 parent 3e4a1dc commit 86055f5

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

DESCRIPTION

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,22 @@ Maintainer: Simon Urbanek <Simon.Urbanek@r-project.org>
88
Depends: R (>= 1.5.0)
99
Suggests: RSclient
1010
SystemRequirements: 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.
2126
License: GPL-2 | file LICENSE
2227
URL: https://www.rforge.net/Rserve/
23-
BugReports: https://github.com/s-u/Rserve
28+
BugReports: https://github.com/s-u/Rserve/issues/
2429
Biarch: true

0 commit comments

Comments
 (0)