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

2015-08-18 Thread John Kane
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: prgo...@gmail.com
 Sent: Tue, 18 Aug 2015 10:43:20 +0200
 To: r-help@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@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@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.


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

2015-08-18 Thread Duncan Murdoch
On 18/08/2015 10:01 AM, Hadley Wickham wrote:
 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.

And to clarify a bit more:  this means if you install a patched version
of something from github that is newer than what is on CRAN, then call
update.packages(), you'll keep the new one as long as the version number
is higher than the one on CRAN.

On the other hand, if you run install.packages(foo), then you'll
install the CRAN version of foo even if you already have a newer one
from github.

Duncan Murdoch

 
 Hadley
 
 On Tue, Aug 18, 2015 at 8:14 AM, John Kane jrkrid...@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: prgo...@gmail.com
 Sent: Tue, 18 Aug 2015 10:43:20 +0200
 To: r-help@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@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@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@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.


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

2015-08-18 Thread John Kane

Thanks Hadley

I had some vague impression that RStudio was maintaining a slightly diffferent 
repository thought I am not sure why I thought that.
John Kane
Kingston ON Canada


 -Original Message-
 From: h.wick...@gmail.com
 Sent: Tue, 18 Aug 2015 09:01:09 -0500
 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 way to update packages installed from github.
 
 Hadley
 
 On Tue, Aug 18, 2015 at 8:14 AM, John Kane jrkrid...@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: prgo...@gmail.com
 Sent: Tue, 18 Aug 2015 10:43:20 +0200
 To: r-help@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@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@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/


FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks  orcas on your 
desktop!

__
R-help@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.


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

2015-08-18 Thread Hadley Wickham
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 jrkrid...@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: prgo...@gmail.com
 Sent: Tue, 18 Aug 2015 10:43:20 +0200
 To: r-help@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@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@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/

__
R-help@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.