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

committed by
Todd Gamblin

parent
908d2dcd4d
commit
a1572bb999
@@ -40,10 +40,10 @@ class RBiomart(RPackage):
|
||||
online queries from gene annotation to database mining."""
|
||||
|
||||
homepage = "https://bioconductor.org/packages/biomaRt/"
|
||||
url = "https://git.bioconductor.org/packages/biomaRt"
|
||||
git = "https://git.bioconductor.org/packages/biomaRt.git"
|
||||
|
||||
version('2.34.2', git='https://git.bioconductor.org/packages/biomaRt', commit='a7030915fbc6120cc6812aefdedba423a207459b')
|
||||
version('2.32.1', git='https://git.bioconductor.org/packages/biomaRt', commit='f84d74424fa599f6d08f8db4612ca09914a9087f')
|
||||
version('2.34.2', commit='a7030915fbc6120cc6812aefdedba423a207459b')
|
||||
version('2.32.1', commit='f84d74424fa599f6d08f8db4612ca09914a9087f')
|
||||
|
||||
depends_on('r-xml', type=('build', 'run'))
|
||||
depends_on('r-rcurl', type=('build', 'run'))
|
||||
|
Reference in New Issue
Block a user