[R] Where is the base package?

Guido Masarotto guido at hal.stat.unipd.it
Sat Feb 20 00:34:52 CET 1999


On Fri, Feb 19, 1999 at 10:22:24PM +0100, Karl M. Syring wrote:
> Solved:
> you have to give the full path name to the executable.
> If you put \rw0632\bin on the DOS search path or change to this directory,
> the library can not be located.
> 
  This is very strange. Surely, it doesn't happens on our systems
  here. 
  Actually, library is located from RHOME and RHOME is 'computed'
  during the startup from the first argument of the main (which
  should contains the full name of the executable). It seems that
  this fails on your system. I will try to change this approch (if
  I remember there is a function in the Windows API to get the
  name of the current executable) but, in the meantime, please, could you
  check if R accepts the other command line arguments (since, and here,
  I don't see any other easy possibility, they are got from the
  other arguments of the main).

  g.

  (ps) A simple check is 
       (i) launch Rgui without anny arguments;
           in the console 
           > gc()
           note the Vcells number 
       (ii) invoke R using "yourpath\Rgui --vsize 12"
           in the console 
           > gc()
        Now, the Vcells should be different.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list