Skip to content

Problems with some components of R

2 messages · LAREDO Laurent, Guido Masarotto

#
Madam, Sir,


     I have downloaded and transfered to my P.C (Window 98)
the version of R which has been split on purpose,that is to 
say the rw0990b1.zip ,rw0990b2.zip ,etc files.
I encountered no problem as far as the installation is concerned.
But when I try to run some function ,for instance loess, it issued 
an error message stating that an underlying Fortran program is not
properly loaded. 

     
     Morever, I had previously downloaded the R.0990a.tgz version, 
split it with the software available on Unix ( I used' split -b 1425000
R-0.99.0a.tgz R'), and passed it to my computer using 'copy/b
Raa+Rab+Rac R.tgz'. If the decompression seemed to have run smoothly, I
could not even start since I was unable to find the Rterm.exe. In fact
there were no bin file inside the rw0990 file.

     
     I am seeking your help as I have no idea of what went wrong in 
these two cases. Thank you.
   
     Your Sincerely.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Wed, Mar 01, 2000 at 06:01:21PM +0100, LAREDO Laurent wrote:
'loess' is located in 'modreg', one of the R standard packages.
  You have to load the package before been able to use it.
  Try,
  > library(modreg)
  > example(loess)
R.0990a.tgz contains the sources (Unix and Windows). Before 
  been able to use it you have to compiled them. Instructions for
  Windows are in R.[Version Number]/src/gnuwin32/INSTALL.

  guido
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._