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,9 +29,9 @@ class RGraph(RPackage):
"""A package that implements some simple graph handling capabilities."""
homepage = "https://www.bioconductor.org/packages/graph/"
url = "https://git.bioconductor.org/packages/graph"
git = "https://git.bioconductor.org/packages/graph.git"
version('1.54.0', git='https://git.bioconductor.org/packages/graph', commit='2a8b08520096241620421078fc1098f4569c7301')
version('1.54.0', commit='2a8b08520096241620421078fc1098f4569c7301')
depends_on('r@3.4.0:3.4.9', when='@1.54.0')
depends_on('r-biocgenerics', type=('build', 'run'))