From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id ILrsKaw5kmNXQwAAbAwnHQ (envelope-from ) for ; Thu, 08 Dec 2022 20:23:24 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id eGP/Kaw5kmNjtAAAauVa8A (envelope-from ) for ; Thu, 08 Dec 2022 20:23:24 +0100 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 594D9B61A for ; Thu, 8 Dec 2022 20:23:24 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p3MU6-0000WV-Gx; Thu, 08 Dec 2022 14:23:06 -0500 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 1p3MU3-0000TF-6t for guix-patches@gnu.org; Thu, 08 Dec 2022 14:23:03 -0500 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 1p3MU2-0000Jx-Up for guix-patches@gnu.org; Thu, 08 Dec 2022 14:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p3MU2-0002gi-Qv; Thu, 08 Dec 2022 14:23:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#59908] [PATCH 4/4] gnu: Add r-asics. 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: Thu, 08 Dec 2022 19:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59908 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: <59908@debbugs.gnu.org> Cc: rekado@elephly.net X-Debbugs-Original-Xcc: rekado@elephly.net Received: via spool by 59908-submit@debbugs.gnu.org id=B59908.167052737710269 (code B ref 59908); Thu, 08 Dec 2022 19:23:02 +0000 Received: (at 59908) by debbugs.gnu.org; 8 Dec 2022 19:22:57 +0000 Received: from localhost ([127.0.0.1]:58624 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3MTw-0002fQ-JE for submit@debbugs.gnu.org; Thu, 08 Dec 2022 14:22:56 -0500 Received: from a2062.mx.srv.dfn.de ([194.95.232.172]:44499) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3MTt-0002ef-Sy for 59908@debbugs.gnu.org; Thu, 08 Dec 2022 14:22:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mdc-berlin.de; h= content-type:content-type:content-transfer-encoding:mime-version :references:in-reply-to:x-mailer:message-id:date:date:subject :subject:from:from:received; s=mdc; t=1670527367; x=1672341768; bh=T4s7BVU0eHnRfKSsZkA3RL0CLmp895rEpuUDRhZ6J7Y=; b=GAW84ucpVTjE RQp2+8GcX4uHJYSf/56LDSga5HiMLEk/vBgBEC08FO/6H7fBL6BGzhCmjiR5g2kE kMQCofxiHagqVhr1IlEWcaFnxfTHq1bJz89Xnqvj+NR5QdMRYhpM8q0RSslmxe6e pB6zI5YaGglx0YYEhhvtoHDYu59W7ZU= 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 92233A05E8 for <59908@debbugs.gnu.org>; Thu, 8 Dec 2022 20:22:47 +0100 (CET) Received: from pimi-TRX40-AORUS-PRO-WIFI.lan (77.23.232.54) 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.16; Thu, 8 Dec 2022 20:22:43 +0100 From: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Date: Thu, 8 Dec 2022 20:22:32 +0100 Message-ID: <20221208192232.16413-4-madalinionel.patrascu@mdc-berlin.de> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221208192232.16413-1-madalinionel.patrascu@mdc-berlin.de> References: <20221208192232.16413-1-madalinionel.patrascu@mdc-berlin.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [77.23.232.54] X-ClientProxiedBy: SW-IT-P-EX1.mdc-berlin.net (141.80.113.54) 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-27312.002 X-TM-AS-Result: No-10--1.828400-5.000000 X-TMASE-MatchedRID: RtHHqK+8YWP/R1NSMc2qCU7nLUqYrlslFIuBIWrdOeOjEIt+uIPPOAbo TDS3zulAcjTcMkuJPYkZijt1cgK90C/33TWoSUH6194/5X9VfCzTwbfucxrN6lO9mDgDAyY4ngI gpj8eDcAZ1CdBJOsoY8RB0bsfrpPI34T9cYMsdwyNa7u2YBlmc6dClh5jIzrGhI+ltj/AWaoXhB pJH1ZK4qTfGcfpOtKdEQrBiGX7L1i6bUgaGTTxBjAxe+Ejx5xQLTVDgPySq6XcUke23u350xU7O JY7bdPeD9iv/sJMsVc7Oyi/ulxQeKUgZdIaXg4f X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--1.828400-5.000000 X-TMASE-Version: SMEX-14.0.0.3092-9.0.1002-27312.002 X-TM-SNTS-SMTP: 916E50330697721CB7FC68A13A6F01D916F1F36FB117C4898B6F121106527D3B2002: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: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: 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=1670527404; 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=hcKeEZ1pE9vcdPY7UCP50p6twTxFhM8VkMWAHkSiSNU=; b=mX5DXrwtEAWlx9GTdaYiJXeObsx6E7kGj6KiTkpAVYBCx45/ZZiPg/ZIErIW5gDZ611BZY EmrGlQydqfgUvhcYftZoYqnTBj1CT4IiCEVfSpaCsuhUgns2rKQgIMn470mVsL4tei6qnS Bf4AaUcc0nigiAfU6ZPyn8GlKMuntuUuCsMbHV9Zsd9i8HRz3xYhZ6HaJsKY9nyoCuWnlu LhVaYJBY9Q8htXM2PN467fQG6rsUsTzoX/QwSXAdoBBe+wVKbQmov95sek2hJo0X8fVfHm G24FdkjrCuesvdCTYynWw6VlkKWFV05dl1twUYVO6DD7jQNR1SaYsJmr8bAjCg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1670527404; a=rsa-sha256; cv=none; b=q6lAotUzA/cKEoOJgKsiVJVWry1RAxWfrf/vA5kAFFIUCtieI05oMj5uoorQj2EXo7v5W+ m9gOESQ2bL8H19EPq425TsH0xZYuDGEvtdFs1m9SKdwh9Mm2HvyvzXmGGHTHwdhgKov6d+ VmNbpG9l7hLKZ7ZAwhExplXetGySRzM/DdB3Cy8dmWijiqtil+KQzg9+82EbHMVahfnT+3 EEpSrDDcOjQZKUmTBSLZGZ1vN4Wd+fDlTxUfexK0sqkCoeXPfOUVM7VX1eCYiByGHEaK3D G2sikVtJ+3SpYAuMAu8wbMJ++zjWCLq4Zd3zWYNmQOy4bKMpM94eng4WgTGYQA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=GAW84ucp; 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.64 X-Spam: Yes Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=GAW84ucp; 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: 594D9B61A X-Spam-Score: 8.64 X-Migadu-Spam: Yes X-Migadu-Scanner: scn1.migadu.com X-TUID: hoV5HFf181yF * gnu/packages/bioconductor.scm (r-asics): New variable. --- gnu/packages/bioconductor.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 740ec4b84b..64dbea97d0 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -2720,6 +2720,40 @@ (define-public r-asgsca model as latent variables.") (license license:gpl3))) +(define-public r-asics + (package + (name "r-asics") + (version "2.14.0") + (source (origin + (method url-fetch) + (uri (bioconductor-uri "ASICS" version)) + (sha256 + (base32 + "0c2b3gdza58vqhharhw8967p2w2knnrm5s2svvnnjbf67qbg45b7")))) + (properties `((upstream-name . "ASICS"))) + (build-system r-build-system) + (propagated-inputs + (list r-biocparallel + r-ggplot2 + r-glmnet + r-gridextra + r-matrix + r-mvtnorm + r-pepsnmr + r-plyr + r-quadprog + r-ropls + r-summarizedexperiment + r-zoo)) + (native-inputs (list r-knitr)) + (home-page "https://bioconductor.org/packages/ASICS") + (synopsis "Automatic statistical identification in complex spectra") + (description + "@code{ASICS} quantifies concentration of metabolites in a complex spectrum. +The identification of metabolites is performed by fitting a mixture model to the +spectra of the library with a sparse penalty.") + (license license:gpl2+))) + (define-public r-aspli (package (name "r-aspli") -- 2.38.1