Skip to content

installing R packages from command line in Windows

2 messages · Alberto Labarga, Brian Ripley

#
On Wed, 19 Mar 2008, Alberto Labarga wrote:

            
Hmm, INSTALL is clearly documented to install source packages.
Try Rcmd INSTALL --help, for example.

It's actually simpler: you just unzip the binary package in the library 
directory and (optionally) then run link.html.help() to update 
packages.html etc.
We document how to make a custom installer with Inno Setup, so why not 
use the documented approach?