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

@@ -30,10 +30,9 @@ class RXvector(RPackage):
an R external pointer, or on disk)."""
homepage = "https://bioconductor.org/packages/XVector/"
url = "https://git.bioconductor.org/packages/XVector"
list_url = homepage
git = "https://git.bioconductor.org/packages/XVector.git"
version('0.16.0', git='https://git.bioconductor.org/packages/XVector', commit='54615888e1a559da4a81de33e934fc0f1c3ad99f')
version('0.16.0', commit='54615888e1a559da4a81de33e934fc0f1c3ad99f')
depends_on('r-biocgenerics', type=('build', 'run'))
depends_on('r-s4vectors', type=('build', 'run'))