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:

committed by
Christoph Junghans

parent
d1db161aeb
commit
13f1781bea
@@ -30,9 +30,9 @@ class RGseabase(RPackage):
|
||||
Set Enrichment Analysis (GSEA)."""
|
||||
|
||||
homepage = "https://www.bioconductor.org/packages/GSEABase/"
|
||||
url = "https://www.bioconductor.org/packages/release/bioc/src/contrib/GSEABase_1.38.2.tar.gz"
|
||||
url = "https://git.bioconductor.org/packages/GSEABase"
|
||||
|
||||
version('1.38.2', '027bdf1c9811f4991f3d11075ca40226')
|
||||
version('1.38.2', git='https://git.bioconductor.org/packages/GSEABase', commit='84c9f10c316163118ca990900a7a67555b96e75b')
|
||||
|
||||
depends_on('r@3.4.0:3.4.9', when='@1.38.2')
|
||||
depends_on('r-biocgenerics', type=('build', 'run'))
|
||||
|
Reference in New Issue
Block a user