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

committed by
Todd Gamblin

parent
908d2dcd4d
commit
a1572bb999
@@ -32,10 +32,9 @@ class RComplexheatmap(RPackage):
|
||||
multiple heatmaps and supports self-defined annotation graphics."""
|
||||
|
||||
homepage = "https://bioconductor.org/packages/ComplexHeatmap/"
|
||||
url = "https://git.bioconductor.org/packages/ComplexHeatmap"
|
||||
list_url = homepage
|
||||
git = "https://git.bioconductor.org/packages/ComplexHeatmap.git"
|
||||
|
||||
version('1.14.0', git='https://git.bioconductor.org/packages/ComplexHeatmap', commit='0acd8974fb5cedde8cd96efea6dfa39324d25b34')
|
||||
version('1.14.0', commit='0acd8974fb5cedde8cd96efea6dfa39324d25b34')
|
||||
|
||||
depends_on('r-circlize', type=('build', 'run'))
|
||||
depends_on('r-getoptlong', type=('build', 'run'))
|
||||
|
Reference in New Issue
Block a user