In data mercoledì 25 maggio 2011 18:18:17, hai scritto:
> $ R RHOME
> $ echo R_HOME
Found the issue, and it's unrelated to rpy2. In Ubuntu (and possibly Debian),
"R" is a shell wrapper, and sets R_DOC_DIR as /usr/share/R/doc on startup.
Sorry for the noise.
--
Luca Beltrame, Ph.D. - Translation
Check if there is a difference between the following three pathes:
>>> import rpy2.rinterface as ri
>>> ri.R_HOME
$ R RHOME
$ echo R_HOME
L.
PS: For accessing the R documentation system, there is an embryonic set
of utilities in rpy2-2.2. Check
http://rpy.sourceforge.net/rpy2/doc-2.2/htm
It is possible if rpy is detecting and using a different R binary...
-Greg
> -Original Message-
> From: Luca Beltrame [mailto:luca.beltr...@marionegri.it]
> Sent: Wednesday, May 25, 2011 10:16 AM
> To: rpy-list@lists.sourceforge.net
> Subject: [Rpy] Strangeness with R.home
>
> Hello,
>