Add package r-reportingtools and update url for its dependencies. (#6071)

* r-reportingtools: Create new package.

* r-go-db: Update url.

* r-gseabase: Update url.

* r-pfam-db: Update url.
This commit is contained in:
lingnanyuan
2017-11-02 15:21:32 -05:00
committed by Christoph Junghans
parent d1db161aeb
commit 13f1781bea
4 changed files with 71 additions and 5 deletions

View File

@@ -30,8 +30,7 @@ class RGoDb(RPackage):
Ontology assembled using data from GO."""
homepage = "https://www.bioconductor.org/packages/GO.db/"
url = "https://www.bioconductor.org/packages/release/data/annotation/src/contrib/GO.db_3.4.1.tar.gz"
list_url = homepage
url = "https://www.bioconductor.org/packages/3.5/data/annotation/src/contrib/GO.db_3.4.1.tar.gz"
version('3.4.1', 'e16ee8921d8adc1ed3cbac2a3e35e386')
depends_on('r-annotationdbi', type=('build', 'run'))