From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 0FbMAtJEW2NAdwAAbAwnHQ (envelope-from ) for ; Fri, 28 Oct 2022 04:56:18 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id mGeoAtJEW2NQUwAAauVa8A (envelope-from ) for ; Fri, 28 Oct 2022 04:56:18 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C5CE22CE06 for ; Fri, 28 Oct 2022 04:56:17 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ooFWU-0004zG-La; Thu, 27 Oct 2022 22:55:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ooFWR-0004vA-CK for guix-patches@gnu.org; Thu, 27 Oct 2022 22:55:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ooFWR-0001jU-4j for guix-patches@gnu.org; Thu, 27 Oct 2022 22:55:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ooFWQ-0005VF-Vf; Thu, 27 Oct 2022 22:55:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#58827] [PATCH 1/2] gnu: Add r-dama. References: <91ee903b139e44e9a75ec5fd17386b0c@mdc-berlin.de> In-Reply-To: <91ee903b139e44e9a75ec5fd17386b0c@mdc-berlin.de> Resent-From: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Original-Sender: "Debbugs-submit" Resent-CC: rekado@elephly.net, guix-patches@gnu.org Resent-Date: Fri, 28 Oct 2022 02:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58827 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: <58827@debbugs.gnu.org> Cc: rekado@elephly.net X-Debbugs-Original-Xcc: rekado@elephly.net Received: via spool by 58827-submit@debbugs.gnu.org id=B58827.166692566121091 (code B ref 58827); Fri, 28 Oct 2022 02:55:02 +0000 Received: (at 58827) by debbugs.gnu.org; 28 Oct 2022 02:54:21 +0000 Received: from localhost ([127.0.0.1]:59862 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ooFVl-0005U3-C6 for submit@debbugs.gnu.org; Thu, 27 Oct 2022 22:54:21 -0400 Received: from a2062.mx.srv.dfn.de ([194.95.232.172]:37993) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ooFVj-0005Th-0V for 58827@debbugs.gnu.org; Thu, 27 Oct 2022 22:54:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mdc-berlin.de; h= content-type:content-type:content-transfer-encoding:mime-version :x-mailer:message-id:date:date:subject:subject:from:from :received; s=mdc; t=1666925652; x=1668740053; bh=2CIawY83lXBQN+a jB2yz/XFktLAzrIQ/c+dSmgzmCzU=; b=G67S2mw/HF30yL2DYPZHSGSsdAxSmmc B51FFTKwcmVXDvrkumbsGl3zl4vO5dUEJaGGwcyhDZlfijBNlMB4gkmNcDjXvkW6 Nz13ecwer7ugVGzyq/vRROlcbGWOOWCxXyoLupJyfnIbYm/tujNto5qEJelQUm1r CUu0RQoR37ys= Received: from SW-IT-P-EX4.mdc-berlin.net (mgw4.mdc-berlin.de [141.80.113.62]) by a2062.mx.srv.dfn.de (Postfix) with ESMTPS id 937C7A02E4 for <58827@debbugs.gnu.org>; Fri, 28 Oct 2022 04:54:12 +0200 (CEST) Received: from Guix-Ubuntu18.04 (141.80.113.106) by SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.13; Fri, 28 Oct 2022 04:54:09 +0200 From: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Date: Fri, 28 Oct 2022 04:53:52 +0200 Message-ID: <20221028025353.2281-1-madalinionel.patrascu@mdc-berlin.de> X-Mailer: git-send-email 2.38.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [141.80.113.106] X-ClientProxiedBy: SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) To SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) X-TM-AS-Product-Ver: SMEX-14.0.0.3092-9.0.1002-27228.004 X-TM-AS-Result: No-10--1.804400-5.000000 X-TMASE-MatchedRID: SzbEz7SZt2s6Rp8jBh2MVQrcxrzwsv5uwTlc9CcHMZerwqxtE531VIPc XuILVCbaRRa406V/YwyBUGewL2YXt8Z8zsjIitoJnVTWWiNp+v9r9+Kgn2XgeKe69x2ASyOme0Q UacIGnqW0RW6ZL06RRR8Cr9lHU/NX4Mu+9Uvd4HjGL//8mlodAxDkv2q7d+VDlwV2iaAfSWcURS Scn+QSXt8dWDYdvqmp9zw4lzv7RUn3FLeZXNZS4CiM3WUt6LtFH71YiKW2JewB6J/di7xc+jsOz JgtAnyMrfK6Pw2vAo6YRqZGT6NIrURlOr94Wh3XpihDO+CMxNeCmo1G5P+nhJNv+ktFXpG3WSgm pbFZnEI1kD2KtSTmq2Pbt5Stv2K5/Ox0TU9Ci5I= X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--1.804400-5.000000 X-TMASE-Version: SMEX-14.0.0.3092-9.0.1002-27228.004 X-TM-SNTS-SMTP: B38566F029CCEAC022FDBF5C8A7117B0A369F921C97E4B216F62D8342BDF455B2002:F X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Guix-patches" Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1666925777; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=JYH466E26AyxkYi2rZcVN1mDRoURbshFRkO5qIA/3Vs=; b=gsoSkRoEE8CLTJc8qyv58SrutxV4VWW2oHA3JPqV6KTdbrHczUr+3CrP83cgcbUFj0Eefx AKCt3Aou6owqDDl3j24TGilfYLCYcNgEagdoVBpMtJRw5YXALvt0tKk51vPtVSYFAhz80T egXiTnEmfQS2IDDhcJlV65rKKOeqS9DoZWjEWplVKV0JNF/N2Y9VZ0rW6mGmIPROcyEZdO dXod2buT8Ju7AM2Fh0viAM+gtLyWl6FvbKlnzgTNinT9I5DzxF8ZPTLSuY+FuJ28Lymf5X ZLxVF/nwhNgrpcVZOREBuIA4bgSV+d/oSasaZOyGAWviItUij5vUeEOWaGaIvg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1666925777; a=rsa-sha256; cv=none; b=utuV5azLDBF4DweLbnsCe0bMWaSwivHhZpUrWmKmW62DVNPw7gSc2QVn08x7QFNN0loDM8 h5f0KHSTWS2ogw3+qm2iowYpMQXZI074yD21Hu9u9YwE4XVhFv1T30e+FhQ9j2lBtMj4VI Qi1he07gtINisH0oL2hWPTHYvdfYORdw3econTG7etnYekDYc0XhOZm0KfnKR90BAX1KwW oPuJA0let8AxOJmsUhqdTsTTHGVpiSc4VecOTJzeakPd2+kIGy0Y4OLgDLuThWvwgNKVgT 3KS5ZphljJ+utekdOwPzNvKLYIvc7ZbfbhWKZi7TjTTi13l8I5e/ANsiJ1wnMA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b="G67S2mw/"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=mdc-berlin.de (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 8.69 X-Spam: Yes Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b="G67S2mw/"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=mdc-berlin.de (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: C5CE22CE06 X-Spam-Score: 8.69 X-Migadu-Spam: Yes X-Migadu-Scanner: scn1.migadu.com X-TUID: EKKKk6jMnsI8 * gnu/packages/bioconductor.scm (r-dama): New variable. --- gnu/packages/bioconductor.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index b8535250f9..9f79954d8d 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -3013,6 +3013,29 @@ (define-public r-cummerbund used visualizations.") (license license:artistic2.0))) +(define-public r-dama + (package + (name "r-dama") + (version "1.68.0") + (source (origin + (method url-fetch) + (uri (bioconductor-uri "daMA" version)) + (sha256 + (base32 + "1mpjvl24wsdmpgra3iasgfvy29m71318gj6j1gg6081w0n4cq72m")))) + (properties `((upstream-name . "daMA"))) + (build-system r-build-system) + (propagated-inputs (list r-mass)) + (home-page "https://bioconductor.org/packages/release/bioc/html/daMA.html") + ;; http://www.microarrays.med.uni-goettingen.de - domain not found + (synopsis + "Efficient design and analysis of factorial two-colour microarray data") + (description + "This package contains functions for the efficient design of factorial two- +colour microarray experiments and for the statistical analysis of factorial +microarray data.") + (license license:gpl2+))) + (define-public r-dearseq (package (name "r-dearseq") base-commit: ac51b9c86d58cfdb13ee643a2fdc8e979939a260 -- 2.38.0