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

@@ -30,9 +30,9 @@ class RRgraphviz(RPackage):
R graph objects from the graph package."""
homepage = "http://bioconductor.org/packages/Rgraphviz/"
url = "https://git.bioconductor.org/packages/Rgraphviz"
git = "https://git.bioconductor.org/packages/Rgraphviz.git"
version('2.20.0', git='https://git.bioconductor.org/packages/Rgraphviz', commit='eface6298150667bb22eac672f1a45e52fbf8c90')
version('2.20.0', commit='eface6298150667bb22eac672f1a45e52fbf8c90')
depends_on('r@3.4.0:3.4.9', when='@2.20.0')
depends_on('r-graph', type=('build', 'run'))