Displaying 1 result from an estimated 1 matches for "gethome".
Did you mean:
nethome
2002 Oct 31
1
header containing (PR#2003)
Ok, I try to explain the problem better:
getHome() uses now "GetModuleFileName()" to determine
the R home-directory. "GetModuleFileName()" doesn't check
the R_HOME environment setting, instead it returns the
path of the .EXE, that started R, which is usually located in
$R_HOME/bin. If R is invoked via Java, "GetModule...