Skip to content
Prev 4267 / 63421 Next

R INSTALL *.tgz fails (minor docs/feature bug) (PR#652)

I believe the problem with this is that the R INSTALL expects version
information in the name of the .tar.gz or .tgz file.
So something like
   rmutil_1.0.tgz 
and 
   R CMD INSTALL rmutil_1.0.tgz
avoids that particular problem.
(Specifically, it computes the package name by removing everything
after the first _ in the name of the file.)

It took me a while to find out what was happening some months ago so I
thought I'd save others that hassle.


  D.

  
    
Message-ID: <200009041743.NAA07492@jessie.research.bell-labs.com>
In-Reply-To: <Pine.GSO.4.21.0009041012110.6541-100000@atlas.biostat.washington.edu> (message from Thomas Lumley on Mon, 4 Sep 2000 10:16:43 -0700 (PDT))