Package org.math.R
Class RserveDaemon
- java.lang.Object
-
- org.math.R.RserveDaemon
-
public class RserveDaemon extends Object
- Author:
- richet
-
-
Field Summary
Fields Modifier and Type Field Description static StringR_HOMEstatic StringR_HOME_KEYstatic StringR_VERSIONStartRserve.ProcessToKillrservestatic booleanUNIX_OPTIMIZEstatic booleanUSE_RSERVE_FROM_CRAN
-
Constructor Summary
Constructors Constructor Description RserveDaemon(RserverConf conf, RLog log)RserveDaemon(RserverConf conf, RLog log, String R_HOME)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanfindR_HOME(String r_HOME)voidstart()voidstop()
-
-
-
Field Detail
-
R_HOME
public static String R_HOME
-
R_VERSION
public static String R_VERSION
-
R_HOME_KEY
public static final String R_HOME_KEY
- See Also:
- Constant Field Values
-
rserve
public StartRserve.ProcessToKill rserve
-
USE_RSERVE_FROM_CRAN
public static boolean USE_RSERVE_FROM_CRAN
-
UNIX_OPTIMIZE
public static final boolean UNIX_OPTIMIZE
-
-
Constructor Detail
-
RserveDaemon
public RserveDaemon(RserverConf conf, RLog log, String R_HOME) throws Exception
- Throws:
Exception
-
RserveDaemon
public RserveDaemon(RserverConf conf, RLog log) throws Exception
- Throws:
Exception
-
-