Skip to content
Prev 22229 / 63421 Next

Rcmd install mypkg

On 10/1/2006 1:10 PM, Gabor Grothendieck wrote:
This is why Rgui tries to follow Windows conventions (not entirely 
successfully, and about 10 years behind the times, but anyway...). 
However, the command line utilities are used in the build process for 
packages and for R itself, and so it makes maintenance a lot easier for 
those to follow consistent cross-platform conventions.

Requiring Perl script names to be specified in a case-sensitive way 
doesn't affect the R build process, but it does mean that a script 
written on Windows is slightly more likely to work when someone runs it
on another platform.  There's an "install" command in at least some 
flavours of Unix that would be invoked instead of R's INSTALL script if 
you said "R CMD install" on one of those platforms, and that's not a 
good thing.

So what I'd suggest you do if you find typing INSTALL to be painful is 
to install an alias or command script that wraps it up in a way that 
feels more comfortable to you.

Duncan Murdoch