Bioconductor package url change (#5797)

This commit is contained in:
Yifan Zhu
2017-11-06 12:17:59 -06:00
committed by Christoph Junghans
parent 450f2fa034
commit cd4d26705e
21 changed files with 54 additions and 52 deletions

View File

@@ -29,8 +29,9 @@ class RPreprocesscore(RPackage):
"""A library of core preprocessing routines"""
homepage = "https://bioconductor.org/packages/preprocessCore/"
url = "https://bioconductor.org/packages/3.5/bioc/src/contrib/preprocessCore_1.38.1.tar.gz"
url = "https://git.bioconductor.org/packages/preprocessCore"
list_url = homepage
version('1.38.1', '5085ba98cbab4686f1eb86971f1eecd6')
version('1.38.1', git='https://git.bioconductor.org/packages/preprocessCore', commit='c58cb4c720eda0f1c733b989b14912093a7c5fbc')
depends_on('r@3.4.0:3.4.9', when='@1.38.1')