Path to this page:
./
wip/R-Rserve,
TCP/IP server which allows other programs to use facilities of R
Branch: CURRENT,
Version: 0.3.16,
Package name: R-Rserve-0.3.16,
Maintainer: mchitturRserve is a TCP/IP server which allows other programs to use facilities
of R (see www.r-project.org) from various languages without the need to
initialize R or link against R library. Every connection has a separate
workspace and working directory. Client-side implementations are
available for popular languages such as C/C++ and Java. Rserve supports
remote connection, authentication and file transfer. Typical use is to
integrate R backend for computation of statstical models, plots etc. in
other applications.
Required to run:[
math/R]
Master sites:
Version history: (Expand)
- (2005-10-05) Package added to pkgsrc.se, version R-Rserve-0.3.16 (created)
CVS history: (Expand)
| 2009-11-10 09:18:43 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Remove unnecessary empty PLISTs.
|
| 2006-10-29 09:32:37 by Sergey Svishchev | Files touched by this commit (192) |
Log message:
Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
|
2005-08-22 22:50:23 by Mahesh Chittur | Files touched by this commit (3) |  |
Log message:
updated the package R-Rserve to 0.3.16 and distinfo
|
2004-11-29 19:19:36 by David | Files touched by this commit (4) |  |
Log message:
Rserve is a TCP/IP server which allows other programs to use facilities of R \
(see www.r-project.org) from various languages without the need to initialize R \
or link against R library. Every connection has a separate workspace and working \
directory. Client-side implementations are available for popular languages such \
as C/C++ and Java. Rserve supports remote connection, authentication and file \
transfer. Typical use is to integrate R backend for computation of statstical \
models, plots etc. in other applications.
|