Ludovic Courtès <l...@gnu.org> writes: > Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> skribis: > >> From 616e5ca0d7d76718172b7f0373a10744e3df7731 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> >> Date: Wed, 16 Dec 2015 14:45:28 +0100 >> Subject: [PATCH] import: Add Bioconductor importer and updater. >> >> * guix/import/cran.scm (%bioconductor-updater, >> latest-bioconductor-release, bioconductor-package?): New procedures. >> (cran->guix-package): Support repositories other than CRAN. >> (%bioconductor-url, %bioconductor-svn-url): New variables. >> (description->package): Update signature to distinguish between packages >> from different repositories. >> (latest-release): Rename procedure ... >> (latest-cran-release): ... to this. >> (cran-package?): Do not assume all R packages are available on CRAN. >> * tests/cran.scm: Update tests. >> * guix/scripts/import/cran.scm: Add "--archive" option and default to >> CRAN. >> * guix/scripts/refresh.scm (%updaters): Add "%bioconductor-updater". >> * doc/guix.texi: Document Bioconductor importer and updater. > > [...] > >> +Information is extracted from a package's DESCRIPTION file published on > > @file{DESCRIPTION} > > Apart from that, OK to push!
Fixed that and pushed. Thank you for the review and your patience! ~~ Ricardo