[R-SIG-Mac] Installing packages from source for all installed sub-architectures

Hervé Pagès hpages at fhcrc.org
Tue Mar 6 07:22:03 CET 2012


On 03/05/2012 10:11 PM, Hervé Pagès wrote:
> Hi Simon, Dan,
...
> Couldn't R CMD INSTALL --merge-multiarch be supported on Mac and do
> something like the 3 steps above? That would be a first step towards
> a little bit more convenience as I would be able to do
>
> install.packages("foo", INSTALL_opts="--merge-multiarch")

I meant:

   install.packages("foo", type="source",
                    INSTALL_opts="--merge-multiarch")

and assuming source package foo is available on the repositories
install.packages() is pointing at.

Thanks,
H.


-- 
Hervé Pagès

Program in Computational Biology
Division of Public Health Sciences
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N, M1-B514
P.O. Box 19024
Seattle, WA 98109-1024

E-mail: hpages at fhcrc.org
Phone:  (206) 667-5791
Fax:    (206) 667-1319



More information about the R-SIG-Mac mailing list