[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: statistics: who maintains R packages in Debian (was: Re: Debhelper for R packages)



On Sat, Oct 08, 2016 at 01:59:14PM -0500, Dirk Eddelbuettel wrote:
> 
> On 8 October 2016 at 20:32, Joost van Baal-Ilić wrote:
> | On Sat, Oct 08, 2016 at 12:08:50PM -0500, Dirk Eddelbuettel wrote:
> | > On 8 October 2016 at 17:45, Joost van Baal-Ilić wrote:
> | > | Otoh: currently R stuff is mainly maintained within debian-science and
> | > | debian-med.  
> | > 
> | > Well: the R package itself, addons like ess, rpy2, rkward, ... , and several
> | > dozen r-cran-packages maintained are not.
> | 
> | You're right, and I knew that.  The word "mainly" might have been not the right
> | one; sorry about that.  
> | 
> | I got curious about who exactly maintains how many r-cran packages currently in
> | testing/stretch, came up with this quick and (very!) crude hack:
> | 
> | joostvb@banach:~% for p in $( apt-cache search --names-only r-cran | \
> |  cut -d' ' -f1 ); do echo -n "$p "; apt-cache show $p | grep Maintainer; done | \
> |  cut -d' ' -f3- | cut -d\< -f2 | sed 's/^/</' | sort | uniq -c | sort -n
> | 
> |       1 <harry.southworth@gmail.com>
> |       1 <ivo@maintz.de>
> |       1 <lifongsun@gmail.com>
> |       1 <ondrej@debian.org>
> |       2 <jdg@debian.org>
> |       7 <debichem-devel@lists.alioth.debian.org>
> |      19 <lawrencc@debian.org>
> |     105 <debian-science-maintainers@lists.alioth.debian.org>
> |     130 <edd@debian.org>
> |     137 <debian-med-packaging@lists.alioth.debian.org>
> 
> That's a very good start; you may also want to look at 'apt-cache rdepends
> r-base-core' (and maybe r-base) to get the r-bioc-* and r-other-* packages.

Thanks for the hint; turns out I missed some packages maintained by
debian-med-packaging and debichem-devel:

Who exactly maintains how many r-cran, r-bioc and r-other packages currently in
testing/stretch:

joostvb@banach:~% for p in \
 $( apt-cache search --names-only 'r-cran-|r-bioc-|r-other-' | cut -d' ' -f1 ); \
  do echo -n "$p "; apt-cache show $p | grep Maintainer; done | \
  cut -d' ' -f3- | cut -d\< -f2 | sed 's/^/</' | sort | uniq -c | sort -n 

      1 <harry.southworth@gmail.com>
      1 <ivo@maintz.de>
      1 <lifongsun@gmail.com>
      1 <ondrej@debian.org>
      2 <jdg@debian.org>
     11 <debichem-devel@lists.alioth.debian.org>
     19 <lawrencc@debian.org>
    105 <debian-science-maintainers@lists.alioth.debian.org>
    130 <edd@debian.org>
    187 <debian-med-packaging@lists.alioth.debian.org>

Bye,

Joost


Reply to: