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

@@ -34,10 +34,9 @@ class RYapsa(RPackage):
catalogue) are provided."""
homepage = "http://bioconductor.org/packages/YAPSA/"
url = "https://git.bioconductor.org/packages/YAPSA"
list_url = homepage
git = "https://git.bioconductor.org/packages/YAPSA.git"
version('1.2.0', git='https://git.bioconductor.org/packages/YAPSA', commit='320809b69e470e30a777a383f8341f93064ec24d')
version('1.2.0', commit='320809b69e470e30a777a383f8341f93064ec24d')
depends_on('r-genomicranges', type=('build', 'run'))
depends_on('r-ggplot2', type=('build', 'run'))