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

@@ -39,9 +39,9 @@ class RAldex2(RPackage):
and fdr values calculated by the Benjamini Hochberg correction."""
homepage = "http://bioconductor.org/packages/ALDEx2/"
url = "https://git.bioconductor.org/packages/ALDEx2"
git = "https://git.bioconductor.org/packages/ALDEx2.git"
version('1.8.0', git='https://git.bioconductor.org/packages/ALDEx2', commit='24104824ca2402ad4f54fbf1ed9cee7fac2aaaf1')
version('1.8.0', commit='24104824ca2402ad4f54fbf1ed9cee7fac2aaaf1')
depends_on('r@3.4.0:3.4.9', when='@1.8.0')
depends_on('r-s4vectors', type=('build', 'run'))