Download REngine-0.6.jar file

Introduction

You can download REngine-0.6.jar in this page.

License

GNU Lesser General Public License 2.1

Type List

REngine-0.6.jar file has the following types.

META-INF/MANIFEST.MF
org.rosuda.REngine.MutableREXP.class
org.rosuda.REngine.REXP.class
org.rosuda.REngine.REXPDouble.class
org.rosuda.REngine.REXPEnvironment.class
org.rosuda.REngine.REXPExpressionVector.class
org.rosuda.REngine.REXPFactor.class
org.rosuda.REngine.REXPGenericVector.class
org.rosuda.REngine.REXPInteger.class
org.rosuda.REngine.REXPJavaReference.class
org.rosuda.REngine.REXPLanguage.class
org.rosuda.REngine.REXPList.class
org.rosuda.REngine.REXPLogical.class
org.rosuda.REngine.REXPMismatchException.class
org.rosuda.REngine.REXPNull.class
org.rosuda.REngine.REXPRaw.class
org.rosuda.REngine.REXPReference.class
org.rosuda.REngine.REXPS4.class
org.rosuda.REngine.REXPString.class
org.rosuda.REngine.REXPSymbol.class
org.rosuda.REngine.REXPUnknown.class
org.rosuda.REngine.REXPVector.class
org.rosuda.REngine.REXPWrapper.class
org.rosuda.REngine.REngine.class
org.rosuda.REngine.REngineCallbacks.class
org.rosuda.REngine.REngineConsoleHistoryInterface.class
org.rosuda.REngine.REngineEvalException.class
org.rosuda.REngine.REngineException.class
org.rosuda.REngine.REngineInputInterface.class
org.rosuda.REngine.REngineOutputInterface.class
org.rosuda.REngine.REngineStdOutput.class
org.rosuda.REngine.REngineUIInterface.class
org.rosuda.REngine.RFactor.class
org.rosuda.REngine.RList.class

Pom

REngine-0.6.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>7</version>
    </parent>

    <groupId>net.rforge</groupId>

    <artifactId>REngine</artifactId>

    <version>0.6-8.1</version>

    <packaging>jar</packaging>

    <name>REngine</name>

    <description>REngine is a high level interface to R</description>

    <url>http://www.rforge.net/Rserve/index.html</url>

    <licenses>
        <license>
            <name>GNU Lesser General Public License 2.1</name>
            <url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <scm>
        <connection>not available</connection>
        <url>http://cran.r-project.org/src/contrib/Archive/Rserve/Rserve_0.6-8.tar.gz</url>
    </scm>

    <developers>
        <developer>
            <id>urbanek</id>
            <name>Simon Urbanek</name>
            <email>urbanek@research.att.com</email>
            <roles>
              <role>author</role>
            </roles>
        </developer>
        <developer>
            <id>rsmith</id>
            <name>Ryan Smith</name>
            <email>ryan.smith220@gmail.com</email>
            <roles>
              <role>maven artifact generation (initial)</role>
            </roles>
        </developer>
        <developer>
            <id>fracpete</id>
            <name>Peter Reutemann</name>
            <email>fracpete@waikato.ac.nz</email>
            <roles>
              <role>maven artifact generation</role>
            </roles>
        </developer>
    </developers>
</project>

POM Entry

<dependency>
   <groupId>net.rforge</groupId>
   <artifactId>REngine</artifactId>
   <version>0.6</version>
</dependency>

Download

If you think the following REngine-0.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download REngine-0.6.jar file




PreviousNext

Related