Re: [Bioc-devel] badges for Bioconductor package

2017-03-08 Thread Leonardo Collado Torres
This is cool! Thanks Guangchuang! On Wed, Mar 8, 2017 at 10:18 PM, Yu, Guangchuang wrote: > > Dear all, > > I have some simple functions to create badges for using in README or github > pages. > > See ggtree project website and > README

[Bioc-devel] badges for Bioconductor package

2017-03-08 Thread Yu, Guangchuang
Dear all, I have some simple functions to create badges for using in README or github pages. See ggtree project website and README as examples. I think someone may also interesting in using t

Re: [Bioc-devel] Writing examples for accessing web API

2017-03-08 Thread Welliton Souza
Martin, I am using the "Template for Resource Queries" ( http://bioconductor.org/developers/how-to/web-query/). I think the correct is: while (N.TRIES > 0L) { # line 5 instead of while (N.TRIES >= 0L) { # line 5 Because it will run twice when N.TRIES = 1L. At the end of the loop N.TRIES should