manually load package
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