Class RProvider


  • public class RProvider
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String[] REQUIRED_LIBRARIES  
    • Constructor Summary

      Constructors 
      Constructor Description
      RProvider()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.rosuda.JRI.Rengine getEngine()  
      static boolean getJRIAvailable()  
      static org.rosuda.REngine.REngine getREngine()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • REQUIRED_LIBRARIES

        public static java.lang.String[] REQUIRED_LIBRARIES
    • Constructor Detail

      • RProvider

        public RProvider()
    • Method Detail

      • getEngine

        public static org.rosuda.JRI.Rengine getEngine()
      • getREngine

        public static org.rosuda.REngine.REngine getREngine()
      • getJRIAvailable

        public static boolean getJRIAvailable()