[R-SIG-Mac] manually load package

Simon Urbanek simon.urbanek at r-project.org
Wed Nov 23 02:59:51 CET 2011


On Nov 22, 2011, at 8:38 PM, Lara R. Appleby 04 wrote:

> How do I compile an R source package? I run OS 10.7.2 and have installed Xcode and gfortran-4.4.0.
> 

You use

R CMD INSTALL

Alternatively you can use install.packages(..., type='source') if you want to compile a package form CRAN.

See R documentation (R-admin 6.3 "Installing packages")

Cheers,
Simon



More information about the R-SIG-Mac mailing list