Dear R community, When I install or update a package, R prints the waring below. I go to the ?downloaded_packages? folder in the Temp file and manually move the new or updated package to the folder ?3.2?. How can I instruct R to download new and updates packages into the ?3.2? folder? Warning in install.packages : unable to move temporary installation ?C:\Users\james_henson\Desktop\Documents\R\win-library\3.2\file1c5c6f1731c8\nlme? to ?C:\Users\james_henson\Desktop\Documents\R\win-library\3.2\nlme The downloaded binary packages are in C:\Users\james_henson\AppData\Local\Temp\RtmpIZmUa3\downloaded_packages Thank for your help. James F. Henson [[alternative HTML version deleted]]
Have you set your working directory to the ?3.2? folder? Ken kmnanus at gmail.com 914-450-0816 (tel) 347-730-4813 (fax)> On Mar 21, 2016, at 5:07 PM, James Henson <jfhenson1 at gmail.com> wrote: > > Dear R community, > > When I install or update a package, R prints the waring below. I go to the > ?downloaded_packages? folder in the Temp file and manually move the new or > updated package to the folder ?3.2?. How can I instruct R to download new > and updates packages into the ?3.2? folder? > > Warning in install.packages : > > unable to move temporary installation > ?C:\Users\james_henson\Desktop\Documents\R\win-library\3.2\file1c5c6f1731c8\nlme? > to ?C:\Users\james_henson\Desktop\Documents\R\win-library\3.2\nlme > > > > The downloaded binary packages are in > > > C:\Users\james_henson\AppData\Local\Temp\RtmpIZmUa3\downloaded_packages > > > > Thank for your help. > > James F. Henson > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
On 21.03.2016 22:07, James Henson wrote:> Dear R community, > > When I install or update a package, R prints the waring below. I go to the > ?downloaded_packages? folder in the Temp file and manually move the new or > updated package to the folder ?3.2?. How can I instruct R to download new > and updates packages into the ?3.2? folder? > > Warning in install.packages : > > unable to move temporary installation > ?C:\Users\james_henson\Desktop\Documents\R\win-library\3.2\file1c5c6f1731c8\nlme? > to ?C:\Users\james_henson\Desktop\Documents\R\win-library\3.2\nlmeI guess you had nlme loaded? Start a fresh R without loading nlme, then R should be able to move the temp installation. Best, Uwe Ligges> > > The downloaded binary packages are in > > > C:\Users\james_henson\AppData\Local\Temp\RtmpIZmUa3\downloaded_packages > > > > Thank for your help. > > James F. Henson > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >
Can you load the downloaded library? If so I'd not worry about it. John Kane Kingston ON Canada> -----Original Message----- > From: jfhenson1 at gmail.com > Sent: Mon, 21 Mar 2016 16:07:41 -0500 > To: r-help at r-project.org > Subject: [R] installing packages > > Dear R community, > > When I install or update a package, R prints the waring below. I go to > the > ?downloaded_packages? folder in the Temp file and manually move the new > or > updated package to the folder ?3.2?. How can I instruct R to download > new > and updates packages into the ?3.2? folder? > > Warning in install.packages : > > unable to move temporary installation > ?C:\Users\james_henson\Desktop\Documents\R\win-library\3.2\file1c5c6f1731c8\nlme? > to ?C:\Users\james_henson\Desktop\Documents\R\win-library\3.2\nlme > > > > The downloaded binary packages are in > > > C:\Users\james_henson\AppData\Local\Temp\RtmpIZmUa3\downloaded_packages > > > > Thank for your help. > > James F. Henson > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.____________________________________________________________ Can't remember your password? Do you need a strong and secure password? Use Password manager! It stores your passwords & protects your account.
I hope not. That directory is not for working in. suggestion to restart R sounds most likely to fix the issue. -- Sent from my phone. Please excuse my brevity. On March 21, 2016 2:10:01 PM PDT, KMNanus <kmnanus at gmail.com> wrote:>Have you set your working directory to the ?3.2? folder? >Ken >kmnanus at gmail.com >914-450-0816 (tel) >347-730-4813 (fax) > > > >> On Mar 21, 2016, at 5:07 PM, James Henson <jfhenson1 at gmail.com> >wrote: >> >> Dear R community, >> >> When I install or update a package, R prints the waring below. I go >to the >> ?downloaded_packages? folder in the Temp file and manually move the >new or >> updated package to the folder ?3.2?. How can I instruct R to >download new >> and updates packages into the ?3.2? folder? >> >> Warning in install.packages : >> >> unable to move temporary installation >> >?C:\Users\james_henson\Desktop\Documents\R\win-library\3.2\file1c5c6f1731c8\nlme? >> to ?C:\Users\james_henson\Desktop\Documents\R\win-library\3.2\nlme >> >> >> >> The downloaded binary packages are in >> >> >> >C:\Users\james_henson\AppData\Local\Temp\RtmpIZmUa3\downloaded_packages >> >> >> >> Thank for your help. >> >> James F. Henson >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide >http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. > >______________________________________________ >R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide >http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code.[[alternative HTML version deleted]]