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

committed by
Todd Gamblin

parent
908d2dcd4d
commit
a1572bb999
@@ -30,9 +30,9 @@ class RAffycomp(RPackage):
|
||||
expression measures for Affymetrix Oligonucleotide Arrays."""
|
||||
|
||||
homepage = "https://www.bioconductor.org/packages/affycomp/"
|
||||
url = "https://git.bioconductor.org/packages/affycomp"
|
||||
git = "https://git.bioconductor.org/packages/affycomp.git"
|
||||
|
||||
version('1.52.0', git='https://git.bioconductor.org/packages/affycomp', commit='1b97a1cb21ec93bf1e5c88d5d55b988059612790')
|
||||
version('1.52.0', commit='1b97a1cb21ec93bf1e5c88d5d55b988059612790')
|
||||
|
||||
depends_on('r@3.4.0:3.4.9', when='@1.52.0')
|
||||
depends_on('r-biobase', type=('build', 'run'))
|
||||
|
Reference in New Issue
Block a user