Git Product home page Git Product logo

Comments (12)

gaborcsardi avatar gaborcsardi commented on July 22, 2024

Hmmm. I think BioC support is reasonable in the long run. The ideal solution would be to get the daily numbers from BioC, because then I could use the same code. Do you know if they have daily numbers? Do you know whom I should contact to get them?

from cranlogs.app.

rmflight avatar rmflight commented on July 22, 2024

The two names I normally see with respect to support on their end is Dan Tenenbaum (@dtenenba) and Marc Carlson (who I don't see on github), but @pshannon-bioc is another bioconductor person on github who might know something.

from cranlogs.app.

rmflight avatar rmflight commented on July 22, 2024

BTW, I'm sure they have daily numbers somewhere, but the web interface is aggregating things. For example, my package categoryCompare as of May 5 has only 19 downloads, when a normal month has ~ 300.

from cranlogs.app.

dtenenba avatar dtenenba commented on July 22, 2024

The github IDs of the people on the bioconductor team are listed here. What you're asking for has been requested before. I'm actually working right now on some shields for the package landing pages on the Bioconductor web site. If you are talking about shields that would be appropriate for a github repository, that's something a bit different that I may not be able to get to right away. If you want to roll your own shields based on the build output, you might look at the build status database (release version) which is a condensed, machine-readable version of the build report. We don't have an equivalent for package downloads. Maybe you could spell out exactly what you are asking for -- daily download numbers per package? And where you were planning to use these shields. Note that the download numbers we do have do not include mirrors. If someone is using a mirror near them instead of bioconductor.org, their downloads are not reflected in the numbers we publish.

from cranlogs.app.

gaborcsardi avatar gaborcsardi commented on July 22, 2024

... Maybe you could spell out exactly what you are asking for -- daily download numbers per package? And where you were planning to use these shields. ...

This is what we have for CRAN packages:

Download counts and badges: https://github.com/metacran/cranlogs.app
http://cranlogs.r-pkg.org/badges/stringr

Version badges (this is not yet documented properly):

http://www.r-pkg.org/badges/version/stringr

I guess @rmflight is asking for the same for BioC packages.

If you are already working on this, then all is fine, I guess, and I can just close this issues.

from cranlogs.app.

dtenenba avatar dtenenba commented on July 22, 2024

Well, as I said, what I'm working on is a bit different. I wasn't providing shields for general use and perhaps I still should. So let's keep the issue open for now.

from cranlogs.app.

gaborcsardi avatar gaborcsardi commented on July 22, 2024

Well, as I said, what I'm working on is a bit different. I wasn't providing shields for general use

I am not sure what you mean by this. They are for internal BioC use only? Or you put them on the BioC web pages? I guess the latter is good enough, because people can just link them there.

from cranlogs.app.

dtenenba avatar dtenenba commented on July 22, 2024

So a typical bioconductor package landing page currently looks like this:

http://bioconductor.org/packages/release/bioc/html/limma.html

My plan is to put a bunch of shields right after the package name at the top. When I generate the page I will generate an img tag like this:

<img border="0" src="https://img.shields.io/badge/build-OK-green.svg"/>

That's not a shield that anyone else can reuse because the underlying data (that the build is ok on all platforms) is embedded in the html. So I might need to rethink the way I'm doing this to make it more generally useful. If instead I saved that shield to a known location such as

http://bioconductor.org/shields/build/release/limma.svg

then anyone, anywhere could link to it. So stay tuned....

from cranlogs.app.

rmflight avatar rmflight commented on July 22, 2024

Cool idea on having shields at the top next to package name.

I think the second option is more generally useful, @dtenenba. I also think it would be awesome to have the download stats available in a format outside of the html pages so that others can make use of it in other ways.

from cranlogs.app.

dtenenba avatar dtenenba commented on July 22, 2024

We've implemented some shields. Hopefully they meet your needs. See https://stat.ethz.ch/pipermail/bioc-devel/2015-May/007500.html for more information.

from cranlogs.app.

gaborcsardi avatar gaborcsardi commented on July 22, 2024

Great!

from cranlogs.app.

rmflight avatar rmflight commented on July 22, 2024

They look pretty nice @dtenenba! Thanks

from cranlogs.app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.