jar

net.rforge : Rserve

Maven & Gradle

Jun 16, 2013
3 usages

Rserve · 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. This is the java client

Table Of Contents

Latest Version

Download net.rforge : Rserve JAR file - Latest Versions:

All Versions

Download net.rforge : Rserve JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window Rserve-0.6-8.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.rosuda.REngine.Rserve

├─ org.rosuda.REngine.Rserve.RConnection.class - [JAR]

├─ org.rosuda.REngine.Rserve.RFileInputStream.class - [JAR]

├─ org.rosuda.REngine.Rserve.RFileOutputStream.class - [JAR]

├─ org.rosuda.REngine.Rserve.RSession.class - [JAR]

├─ org.rosuda.REngine.Rserve.RserveException.class - [JAR]

org.rosuda.REngine.Rserve.protocol

├─ org.rosuda.REngine.Rserve.protocol.REXPFactory.class - [JAR]

├─ org.rosuda.REngine.Rserve.protocol.RPacket.class - [JAR]

├─ org.rosuda.REngine.Rserve.protocol.RTalk.class - [JAR]

├─ org.rosuda.REngine.Rserve.protocol.jcrypt.class - [JAR]

Advertisement