Re: [R] How are packages installed with install_github() updated in RStudio?

2015-08-18 Thread Duncan Murdoch
etter >> off asking in their forum. >> >> John Kane >> Kingston ON Canada >> >> >>> -Original Message----- >>> From: prgo...@gmail.com >>> Sent: Tue, 18 Aug 2015 10:43:20 +0200 >>> To: r-help@r-project.org >>> Subj

Re: [R] How are packages installed with install_github() updated in RStudio?

2015-08-18 Thread John Kane
; To: jrkrid...@inbox.com > Subject: Re: [R] How are packages installed with install_github() updated > in RStudio? > > RStudio just calls the same underlying R functions, so it doesn't make > any difference that you're using RStudio. Currently, there's no > automatic

Re: [R] How are packages installed with install_github() updated in RStudio?

2015-08-18 Thread Hadley Wickham
use RStudio seems to use its own method of updating you might be better > off asking in their forum. > > John Kane > Kingston ON Canada > > >> -Original Message- >> From: prgo...@gmail.com >> Sent: Tue, 18 Aug 2015 10:43:20 +0200 >> To: r-

Re: [R] How are packages installed with install_github() updated in RStudio?

2015-08-18 Thread John Kane
ct: [R] How are packages installed with install_github() updated in > RStudio? > > Hallo. > > I use RStudio. Because of a bug in the latest CRAN version of dplyr, I > installed the GitHub version with install_github(). Now I wonder what > happens when there is a new versi

[R] How are packages installed with install_github() updated in RStudio?

2015-08-18 Thread Michal Kvasnička
Hallo. I use RStudio. Because of a bug in the latest CRAN version of dplyr, I installed the GitHub version with install_github(). Now I wonder what happens when there is a new version. Does RStudio update the packages installed from GitHub? If so, does it replace it with the new CRAN version, or a