r-yaqcaffy: added list_url and versioned dependency on r (#5730)

This commit is contained in:
Yifan Zhu 2017-10-13 08:44:26 -05:00 committed by Christoph Junghans
parent 65f12c8160
commit 501ebe6706

View File

@ -32,7 +32,9 @@ class RYaqcaffy(RPackage):
homepage = "http://bioconductor.org/packages/yaqcaffy/"
url = "https://bioconductor.org/packages/3.5/bioc/src/contrib/yaqcaffy_1.36.0.tar.gz"
list_url = homepage
version('1.36.0', '73bea4305aa6b1fc9d49881b95bcda42')
depends_on('r-simpleaffy', type=('build', 'run'))
depends_on('r@3.4.0:3.4.9', when='@1.36.0')