Re: [R] Bitbucket code

2018-08-29 Thread Amit Mittal
I stumbled upon `remotes` and that is based on `devtools` but it fails because 
RTOOLS haven't been upgraded for 3.5.1

Sorry about posting twice and I am pretty sure I added this detail in another 
msg which will also be released by the moderator q yet :x


Amit Mittal


Sent from my Outlook for Android
https://aka.ms/ghei36


From: Marc Schwartz 
Sent: Wednesday, August 29, 2018 7:55:27 PM
To: prof.amit.mit...@gmail.com
Cc: R-help
Subject: Re: [R] Bitbucket code


> On Aug 29, 2018, at 7:18 AM, prof.amit.mit...@gmail.com wrote:
>
> I installed a local zip file a few days ago and the package was recently
> modified on bitbucket , with a stable zip version not yet available.
>
> How many days does it usually take to get a stable zip version. How can I
> `devtools` it from the bitbucket the fastest way? I have my own sourcetree
> and the author has created in cloud.
>
>
> BR
>
> Amit
>


Hi,

No need to post twice.

I don't use Bitbucket, but it looks like the devtools package has a 
install_bitbucket() function, so perhaps that will do what you want.

In terms of making a stable archive file available, that will be entirely up to 
the package maintainer and when/how they choose to make that available (e.g. 
via CRAN or other vehicles).

Regards,

Marc Schwartz



[[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.


Re: [R] Bitbucket code

2018-08-29 Thread Marc Schwartz via R-help


> On Aug 29, 2018, at 7:18 AM, prof.amit.mit...@gmail.com wrote:
> 
> I installed a local zip file a few days ago and the package was recently
> modified on bitbucket , with a stable zip version not yet available.
> 
> How many days does it usually take to get a stable zip version. How can I
> `devtools` it from the bitbucket the fastest way? I have my own sourcetree
> and the author has created in cloud.
> 
> 
> BR
> 
> Amit
> 


Hi,

No need to post twice.

I don't use Bitbucket, but it looks like the devtools package has a 
install_bitbucket() function, so perhaps that will do what you want.

In terms of making a stable archive file available, that will be entirely up to 
the package maintainer and when/how they choose to make that available (e.g. 
via CRAN or other vehicles).

Regards,

Marc Schwartz

__
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] Bitbucket code

2018-08-29 Thread prof.amit.mittal
 

I installed a local zip file a few days ago and the package was recently
modified on bitbucket , with a stable zip version not yet available.  I have
tried using `remotes` but `RTOOLS` is not updated for 3.5.1

 

Should I use my clone to install into R, I do not think I can install the
whole package using `source()`

 

How should this be done fast and quick?

 

 

How many days does it usually take to get a stable zip version. How can I
`devtools` it from the bitbucket the fastest way? I have my own sourcetree
and the author has created in cloud.

 

 

 

BR

Amit

 

Listusers, 

Early answers help everyone.  Please acknowledge when you receive a useful
reply.

 

 

 


[[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.