Class WrappedRConnection


  • public class WrappedRConnection
    extends org.rosuda.REngine.Rserve.RConnection
    RConnection that use temp file to write output to
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String LOAD_ERRORS  
      static String OUTPUT_R_VAR_NAME  
      • Fields inherited from class org.rosuda.REngine.Rserve.RConnection

        AT_crypt, AT_plain, rsrvVersion, transferCharset
      • Fields inherited from class org.rosuda.REngine.REngine

        lastEngine
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean deleteOutput()  
      File initOutput()  
      • Methods inherited from class org.rosuda.REngine.Rserve.RConnection

        assign, assign, assign, close, createFile, createReference, detach, eval, eval, finalize, finalizeReference, get, getLastError, getParentEnvironment, getServerVersion, isConnected, login, needLogin, newEnvironment, openFile, parse, parseAndEval, removeFile, resolveReference, serverEval, serverShutdown, serverSource, setSendBufferSize, setStringEncoding, shutdown, voidEval, voidEvalDetach
      • Methods inherited from class org.rosuda.REngine.REngine

        assign, assign, assign, assign, engineForClass, engineForClass, getLastEngine, lock, parseAndEval, supportsEnvironments, supportsLocking, supportsReferences, supportsREPL, toString, tryLock, unlock, wrap
    • Constructor Detail

      • WrappedRConnection

        public WrappedRConnection​(String udpipeModel,
                                  String loadScript)
                           throws org.rosuda.REngine.Rserve.RserveException
        Throws:
        org.rosuda.REngine.Rserve.RserveException