Package org.rosuda.JRclient

old (deprecated) client interface to Rserve The new REngine-based interface defined in the org.rosuda.REngine.Rserve is recommended

See:
          Description

Class Summary
jcrypt jcrypt.java Java-based implementation of the unix crypt command Based upon C source code written by Eric Young, eay@psych.uq.oz.au
RBool Implementation of tri-state logical data type in R.
Rconnection class providing TCP/IP connection to an Rserve
REXP representation of R-eXpressions in Java
RFactor representation of a factor variable.
RFileInputStream RFileInputStream is an InputStream to transfer files from Rserve server to the client.
RFileOutputStream RFileOutputStream is an OutputStream to transfer files from the client to Rserve server.
RList implementation of R-lists
All lists (dotted-pair lists, language lists, expressions and vectors) are regarded as named generic vectors.
Rpacket small class encapsulating packets from/to Rserv
RSession  
Rtalk This class encapsulates the QAP1 protocol used by Rserv.
 

Exception Summary
RSrvException  
 

Package org.rosuda.JRclient Description

old (deprecated) client interface to Rserve

The new REngine-based interface defined in the org.rosuda.REngine.Rserve is recommended