Am 10.04.2013 um 12:00 schrieb [email protected]:

> You can either use the GUI (in the Package Installer -> "Select Packages from 
> R 2.15" -> Install) or the command line:
> 
> a=rownames(installed.packages("/Library/Frameworks/R.framework/Versions/2.15/Resources/library"))
> install.packages(!(a %in% rownames(installed.packages())))
> 
> The latter works on any OS.

Possibly

install.packages(a[!(a %in% rownames(installed.packages()))])

works better

Regards
Karsten
[email protected]

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to