From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: [PATCH 4/7] gnu: Add r-biocstyle. Date: Thu, 15 Sep 2016 13:38:16 +0200 Message-ID: <87h99hs89j.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkUyp-0001jc-0H for guix-devel@gnu.org; Thu, 15 Sep 2016 07:37:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkUym-0004ZN-TO for guix-devel@gnu.org; Thu, 15 Sep 2016 07:37:21 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkUym-0004Z9-Q3 for guix-devel@gnu.org; Thu, 15 Sep 2016 07:37:20 -0400 Received: from ip-80-113-14-101.ip.prioritytelecom.net ([80.113.14.101]:32846 helo=roel-tp) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1bkUym-0005rM-56 for guix-devel@gnu.org; Thu, 15 Sep 2016 07:37:20 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * gnu/packages/bioinformatics.scm (r-biocstyle): New variable. --- gnu/packages/bioinformatics.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index fa32075..225e470 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -5361,6 +5361,26 @@ views") narratives of views for Bioconductor packages.") (license license:artistic2.0))) +(define-public r-biocstyle + (package + (name "r-biocstyle") + (version "2.0.3") + (source (origin + (method url-fetch) + (uri (bioconductor-uri "BiocStyle" version)) + (sha256 + (base32 + "06aaj0snj0y3bhhfh7lr949fi6cg7gz6fwf5drdm10ckbs4zp9dk")))) + (properties + `((upstream-name . "BiocStyle"))) + (build-system r-build-system) + (home-page "http://bioconductor.org/packages/BiocStyle") + (synopsis "Bioconductor formatting styles") + (description "This package provides standard formatting styles for +Bioconductor PDF and HTML documents. Package vignettes illustrate use and +functionality.") + (license license:artistic2.0))) + (define-public r-dnacopy (package (name "r-dnacopy") -- 2.10.0