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

@@ -32,9 +32,9 @@ class RAcgh(RPackage):
printing and plotting aCGH objects."""
homepage = "https://www.bioconductor.org/packages/aCGH/"
url = "https://git.bioconductor.org/packages/aCGH"
git = "https://git.bioconductor.org/packages/aCGH.git"
version('1.54.0', git='https://git.bioconductor.org/packages/aCGH', commit='be2ed339449f55c8d218e10c435e4ad356683693')
version('1.54.0', commit='be2ed339449f55c8d218e10c435e4ad356683693')
depends_on('r@3.4.0:3.4.9', when='@1.54.0')
depends_on('r-cluster', type=('build', 'run'))