Path to this page:
./
wip/R-Rserve,
TCP/IP server which allows other programs to use facilities of R
Branch: CURRENT,
Version: 1.8.5,
Package name: R-Rserve-1.8.5,
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]
Required to build:[
pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2013-01-24 01:01:28 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix unportable test(1) construct.
|
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.
|