Displaying 4 results from an estimated 4 matches for "getrhome".
2002 Oct 31
1
header containing (PR#2003)
...oduleFileName()" 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, "GetModuleFileName()"
returns $JDK_HOME/jre/bin instead of $R_HOME/bin and
the function "getRHome()" returns $JDK_HOME/jre...
My suggestion is just to rely on $R_HOME, instead of
using "GetModuleFileName()", because all "xxx calls R"
packages will have similar problems. I added in my sample
fix the check for $RHOME, since SJava does the same,
may be this is historical,...
2002 Sep 12
0
(PR#2005) R_HOME/etc/Renviron.site not interpreted on windows
...ite_Renviron();
698a700
> process_site_Renviron();
In that case we have to change .../src/unix/sys-common.c (?) as well,
because R_Home seems to be empty at this point on Windows. I was not
able to figure out why, maybe Duncan has a better solution?
A quick hack:
729a730
> char *getRHOME();
731a733
> if(!R_Home) R_Home = getRHOME();
Uwe Ligges
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in t...
2010 Sep 15
1
running 'make' failed during vignette creation ('R CMD build') on Windows
Hi,
This is a follow-up to the problem reported here:
https://stat.ethz.ch/pipermail/r-devel/2010-September/058460.html
After I updated R-2.12 to 2010-09-13 r52905 on the Bioc build system,
some of the packages that have a Makefile in <pkg>/inst/doc still
don't build on Windows. For example, 'R\bin\R.exe CMD build adSplit'
gives:
* checking for file
2002 Sep 21
1
Bug list summary (automatic post)
...2 08:30:50 +0200 (MET DST)
* PR# 1761 *
Subject: svd() very slow for wide matrix X but not for t(X)
From: "Warnes, Gregory R" <gregory_r_warnes@groton.pfizer.com>
Date: Tue, 9 Jul 2002 11:39:15 -0400
--Doesn't happen with the now preferred La.svd.
* PR# 2003 *
Subject: rhome.c: getRHOME() fails, if R is called from SJava
From: grimm.heinz@rcc.ch
Date: Wed, 11 Sep 2002 15:17:53 +0200 (MET DST)
* PR# 2005 *
Subject: R_HOME/etc/Renviron.site not interpreted on windows
From: Uwe Ligges <ligges@statistik.uni-dortmund.de>
Date: Thu, 12 Sep 2002 13:34:55 +0200
* PR# 2018 *
Subject:...