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,11 +34,10 @@ class RKeggrest(RPackage):
catalogue) are provided."""
homepage = "http://bioconductor.org/packages/KEGGREST"
url = "https://git.bioconductor.org/packages/KEGGREST"
list_url = homepage
git = "https://git.bioconductor.org/packages/KEGGREST.git"
version('1.18.1', git='https://git.bioconductor.org/packages/KEGGREST', commit='f6e6f1987e4db9d977a75609fab0cb710be2e2e4')
version('1.2.0', git='https://git.bioconductor.org/packages/KEGGREST', commit='ed48de0def57a909894e237fa4731c4a052d8849')
version('1.18.1', commit='f6e6f1987e4db9d977a75609fab0cb710be2e2e4')
version('1.2.0', commit='ed48de0def57a909894e237fa4731c4a052d8849')
depends_on('r-httr', type=('build', 'run'))
depends_on('r-png', type=('build', 'run'))