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

@@ -31,10 +31,9 @@ class RYaqcaffy(RPackage):
reference datasets."""
homepage = "http://bioconductor.org/packages/yaqcaffy/"
url = "https://git.bioconductor.org/packages/yaqcaffy"
list_url = homepage
git = "https://git.bioconductor.org/packages/yaqcaffy.git"
version('1.36.0', git='https://git.bioconductor.org/packages/yaqcaffy', commit='4d46fe77b2c8de2230a77b0c07dd5dd726e3abd6')
version('1.36.0', commit='4d46fe77b2c8de2230a77b0c07dd5dd726e3abd6')
depends_on('r-simpleaffy', type=('build', 'run'))
depends_on('r@3.4.0:3.4.9', when='@1.36.0')