Add top-level attributes for git R (Bioconductor) packages
This commit is contained in:

committed by
Todd Gamblin

parent
908d2dcd4d
commit
a1572bb999
@@ -38,11 +38,10 @@ class RIranges(RPackage):
|
||||
i.e., collections of atomic vectors and DataFrames."""
|
||||
|
||||
homepage = "https://www.bioconductor.org/packages/IRanges/"
|
||||
url = "https://git.bioconductor.org/packages/IRanges"
|
||||
list_url = homepage
|
||||
git = "https://git.bioconductor.org/packages/IRanges.git"
|
||||
|
||||
version('2.12.0', git='https://git.bioconductor.org/packages/IRanges', commit='1b1748655a8529ba87ad0f223f035ef0c08e7fcd')
|
||||
version('2.10.5', git='https://git.bioconductor.org/packages/IRanges', commit='b00d1d5025e3c480d17c13100f0da5a0132b1614')
|
||||
version('2.12.0', commit='1b1748655a8529ba87ad0f223f035ef0c08e7fcd')
|
||||
version('2.10.5', commit='b00d1d5025e3c480d17c13100f0da5a0132b1614')
|
||||
|
||||
depends_on('r-biocgenerics@0.21.1:', type=('build', 'run'), when='@2.10.5')
|
||||
depends_on('r-biocgenerics@0.23.3:', type=('build', 'run'), when='@2.12.0')
|
||||
|
Reference in New Issue
Block a user