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,9 +30,9 @@ class RAlpine(RPackage):
transcript abundance estimation."""
homepage = "http://bioconductor.org/packages/alpine/"
url = "https://git.bioconductor.org/packages/alpine"
git = "https://git.bioconductor.org/packages/alpine.git"
version('1.2.0', git='https://git.bioconductor.org/packages/alpine', commit='896872e6071769e1ac2cf786974edb8b875c45eb')
version('1.2.0', commit='896872e6071769e1ac2cf786974edb8b875c45eb')
depends_on('r@3.4.0:3.4.9', when='@1.2.0')
depends_on('r-biostrings', type=('build', 'run'))