Add top-level attributes for git R (Bioconductor) packages

This commit is contained in:
Adam J. Stewart
2018-07-23 21:56:48 -05:00
committed by Todd Gamblin
parent 908d2dcd4d
commit a1572bb999
141 changed files with 308 additions and 361 deletions

View File

@@ -29,8 +29,8 @@ class RAgilp(RPackage):
"""Agilent expression array processing package."""
homepage = "http://bioconductor.org/packages/agilp/"
url = "https://git.bioconductor.org/packages/agilp"
git = "https://git.bioconductor.org/packages/agilp.git"
version('3.8.0', git='https://git.bioconductor.org/packages/agilp', commit='c772a802af1b4c0741f2edd78053a0425160ea53')
version('3.8.0', commit='c772a802af1b4c0741f2edd78053a0425160ea53')
depends_on('r@3.4.0:3.4.9', when='@3.8.0')