[prev in list] [next in list] [prev in thread] [next in thread] 

List:       r-sig-mac
Subject:    Re: [R-SIG-Mac] How to move existing packages?
From:       Simon Urbanek <simon.urbanek () r-project ! org>
Date:       2013-04-10 13:29:40
Message-ID: F9A1FEDF-D953-4CBA-A0EB-D7608B2DEC66 () r-project ! org
[Download RAW message or body]

On Apr 10, 2013, at 7:18 AM, Karsten wrote:

> 
> Am 10.04.2013 um 12:00 schrieb r-sig-mac-request@r-project.org:
> 
> > 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
> 

Yes, that's what I meant

Thanks,
Simon

_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic