Michal Kvasnička
2015-Aug-18 08:43 UTC
[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 version. Does RStudio update the packages installed from GitHub? If so, does it replace it with the new CRAN version, or a new GitHub version? Many thanks for you answer, Michal Kvasnicka [[alternative HTML version deleted]]
John Kane
2015-Aug-18 13:14 UTC
[R] How are packages installed with install_github() updated in RStudio?
Hi Michal, Because 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: prgosek at gmail.com > Sent: Tue, 18 Aug 2015 10:43:20 +0200 > To: r-help at r-project.org > Subject: [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 version. Does RStudio update the packages > installed from GitHub? If so, does it replace it with the new CRAN > version, > or a new GitHub version? > > Many thanks for you answer, > Michal Kvasnicka > > [[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.
Hadley Wickham
2015-Aug-18 14:01 UTC
[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 way to update packages installed from github. Hadley On Tue, Aug 18, 2015 at 8:14 AM, John Kane <jrkrideau at inbox.com> wrote:> Hi Michal, > > Because 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: prgosek at gmail.com >> Sent: Tue, 18 Aug 2015 10:43:20 +0200 >> To: r-help at r-project.org >> Subject: [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 version. Does RStudio update the packages >> installed from GitHub? If so, does it replace it with the new CRAN >> version, >> or a new GitHub version? >> >> Many thanks for you answer, >> Michal Kvasnicka >> >> [[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. > > ______________________________________________ > 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.-- http://had.co.nz/