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

@@ -34,9 +34,9 @@ class RKegggraph(RPackage):
etc."""
homepage = "https://www.bioconductor.org/packages/KEGGgraph/"
url = "https://git.bioconductor.org/packages/KEGGgraph"
git = "https://git.bioconductor.org/packages/KEGGgraph.git"
version('1.38.1', git='https://git.bioconductor.org/packages/KEGGgraph', commit='dd31665beb36d5aad8ed09ed56c603633b6b2292')
version('1.38.1', commit='dd31665beb36d5aad8ed09ed56c603633b6b2292')
depends_on('r-graph', type=('build', 'run'))
depends_on('r-xml', type=('build', 'run'))