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

committed by
Todd Gamblin

parent
908d2dcd4d
commit
a1572bb999
@@ -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'))
|
||||
|
Reference in New Issue
Block a user