gnu: Add r-biocviews.

* gnu/packages/bioinformatics.scm (r-biocviews): New variable.
This commit is contained in:
Roel Janssen 2016-10-19 15:09:55 +02:00
parent b747718e23
commit 207ce8fbe5
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 28 additions and 0 deletions

View File

@ -5888,6 +5888,34 @@ packages.")
Bioconductor, CRAN, and Github.") Bioconductor, CRAN, and Github.")
(license license:artistic2.0))) (license license:artistic2.0)))
(define-public r-biocviews
(package
(name "r-biocviews")
(version "1.42.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biocViews" version))
(sha256
(base32
"07rjk10b91pkriyq297w86199r2d3sfji3ggs9mq2gyalsa8y4b6"))))
(properties
`((upstream-name . "biocViews")))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)
("r-graph" ,r-graph)
("r-rbgl" ,r-rbgl)
("r-rcurl" ,r-rcurl)
("r-xml" ,r-xml)
("r-knitr" ,r-knitr)
("r-runit" ,r-runit)))
(home-page "http://bioconductor.org/packages/biocViews")
(synopsis "Bioconductor package categorization helper")
(description "The purpose of biocViews is to create HTML pages that
categorize packages in a Bioconductor package repository according to keywords,
also known as views, in a controlled vocabulary.")
(license license:artistic2.0)))
(define-public r-getopt (define-public r-getopt
(package (package
(name "r-getopt") (name "r-getopt")