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

@@ -35,9 +35,9 @@ class RGosemsim(RPackage):
Schlicker, Jiang, Lin and Wang respectively."""
homepage = "https://www.bioconductor.org/packages/GOSemSim/"
url = "https://git.bioconductor.org/packages/GOSemSim"
git = "https://git.bioconductor.org/packages/GOSemSim.git"
version('2.2.0', git='https://git.bioconductor.org/packages/GOSemSim', commit='247434790e6c8cf99e5643f569390362b8c87c52')
version('2.2.0', commit='247434790e6c8cf99e5643f569390362b8c87c52')
depends_on('r@3.4.0:3.4.9', when='@2.2.0')
depends_on('r-annotationdbi', type=('build', 'run'))