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

@@ -29,8 +29,8 @@ class RImpute(RPackage):
"""Imputation for microarray data (currently KNN only)."""
homepage = "https://www.bioconductor.org/packages/impute/"
url = "https://git.bioconductor.org/packages/impute"
git = "https://git.bioconductor.org/packages/impute.git"
version('1.50.1', git='https://git.bioconductor.org/packages/impute', commit='31d1cc141797afdc83743e1d95aab8a90ee19b71')
version('1.50.1', commit='31d1cc141797afdc83743e1d95aab8a90ee19b71')
depends_on('r@3.4.0:3.4.9', when='@1.50.1')