Package org.rosuda.REngine

Examples of org.rosuda.REngine.REngine


      // tell Rengine code not to die if it can't
          // load the JRI native DLLs. This allows
          // us to catch the UnsatisfiedLinkError
          // ourselves
          System.setProperty("jri.ignore.ule", "yes");
      REngine rEngine = REngine.engineForClass( "org.rosuda.REngine.JRI.JRIEngine");
      JRIBaseScriptEngine engine = new RScriptEngine(rEngine);
      engine.setFactory(this);
      return engine;
    }
   
View Full Code Here

TOP

Related Classes of org.rosuda.REngine.REngine

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.