From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 UN3cJ5Uba2N5aQEAbAwnHQ (envelope-from ) for ; Wed, 09 Nov 2022 04:16:37 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id iHGnJ5Uba2NlMQAA9RJhRA (envelope-from ) for ; Wed, 09 Nov 2022 04:16:37 +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 6C7C23BB57 for ; Wed, 9 Nov 2022 04:16:37 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1osbZL-00083U-I9; Tue, 08 Nov 2022 22:16:03 -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 1osbZL-00083M-4z for guix-patches@gnu.org; Tue, 08 Nov 2022 22:16: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 1osbZK-0008OH-Rt for guix-patches@gnu.org; Tue, 08 Nov 2022 22:16:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1osbZK-0003j1-GS; Tue, 08 Nov 2022 22:16:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#59142] [PATCH 2/3] gnu: Add r-glmnetutils. 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: Wed, 09 Nov 2022 03:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59142 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: <59142@debbugs.gnu.org> Cc: rekado@elephly.net X-Debbugs-Original-Xcc: rekado@elephly.net Received: via spool by 59142-submit@debbugs.gnu.org id=B59142.166796375914296 (code B ref 59142); Wed, 09 Nov 2022 03:16:02 +0000 Received: (at 59142) by debbugs.gnu.org; 9 Nov 2022 03:15:59 +0000 Received: from localhost ([127.0.0.1]:38559 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1osbZH-0003iQ-Ar for submit@debbugs.gnu.org; Tue, 08 Nov 2022 22:15:59 -0500 Received: from c2062.mx.srv.dfn.de ([194.95.238.172]:46291) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1osbZE-0003hs-0j for 59142@debbugs.gnu.org; Tue, 08 Nov 2022 22:15:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mdc-berlin.de; h= content-transfer-encoding:content-type:content-type:mime-version :references:in-reply-to:x-mailer:message-id:date:date:subject :subject:from:from:received; s=mdc; t=1667963749; x=1669778150; bh=o5jgSA22ODHvmb+sacIRZNpfd3S6mnjyj7e/XbP0qTE=; b=ChJlsdLwky4h r2FpFrmR5LI0GynnRQ3WFCK42wbq4CBgYSlxfqtEWKni6LH+gYVIdKu6Rpdifonm iw5YT/UmGvH1chKjI7iogPOGA/aF7+Hh9rXEOqCSbUKj0LdIH3EUa+yD0hxoJOQT o9RcqydGWOpd0ibTlctit+Ky6ydE4vM= Received: from SW-IT-P-EX4.mdc-berlin.net (mgw4.mdc-berlin.de [141.80.113.62]) by c2062.mx.srv.dfn.de (Postfix) with ESMTPS id ADF343002F6 for <59142@debbugs.gnu.org>; Wed, 9 Nov 2022 04:15:49 +0100 (CET) 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; Wed, 9 Nov 2022 04:15:47 +0100 From: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Date: Wed, 9 Nov 2022 04:13:30 +0100 Message-ID: <20221109031331.12487-2-madalinionel.patrascu@mdc-berlin.de> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221109031331.12487-1-madalinionel.patrascu@mdc-berlin.de> References: <20221109031331.12487-1-madalinionel.patrascu@mdc-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [141.80.113.106] X-ClientProxiedBy: SW-IT-P-EX3.mdc-berlin.net (141.80.113.61) 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-27252.004 X-TM-AS-Result: No-10--3.513200-5.000000 X-TMASE-MatchedRID: /+von0vPuFH/R1NSMc2qCU7nLUqYrlslFIuBIWrdOePfUZT83lbkELq6 6d0Fv4eURRa406V/YwyBUGewL2YXt8Z8zsjIitoJnVTWWiNp+v9lRzZAkKRGDaY5ZGw7wyeHY87 NwWBxSvgXwJ4mjy7A0C1h1eUc+p680N7DjAdxZNTnzlXMYw4XMDzvSj1BF/M7C24oEZ6SpSk6XE E7Yhw4FidD+Qh6/9mj8pj38OI8mS+zdLSFcIdv2EQsFI7I8I3USbKhk5JQoIWSw5kZBi2Q6CWZs K6jmTWf5WnGuUSFr/kKveF4MHtyRt8iatREjfpDE8nb9DwdQ4C2jbSab1pg0UjxFpwn53SOfhj5 CZkmSyI= X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--3.513200-5.000000 X-TMASE-Version: SMEX-14.0.0.3092-9.0.1002-27252.004 X-TM-SNTS-SMTP: E3C45FC3FE3ADB4AA82898D2EFEC06794686D213FEE35A09570F5A1DD642C53E2002: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=1667963797; 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=HhCR9WCNBJruD3M8t4lWUJ22pt/F6GVP6XoNmpo5dgw=; b=N3KQykjYLD3xaCdRjLeMFSB8ovwypoqGdBe9KAgDwWmSsEtRLz19XcnXIE6miYUhRqw8xf AbaUetMuTHmnCxFbPVJmZIpDqdgNiBU2OWtGuAsQHSDHQ9tp3+xK6PmxjK1jZRIDhUF6Lc XyVxhP/569m/qyZ9feswxSoyYqzV5Tw8LaJzaN4BHtczP66VhrVd4X+J6v8t8pFRRyVVXW lH6iw1287yu+1EoLKk7IPmeycqr0pNYO3PLThbsxRDFU3Tvk/uNGuLLhv95Liqy4HHvW8L m1O+BO0wVS8GBAfsPa8x6mn+BbD1InOktNWRngZlznymzs3mw2H6WaStLKUyOA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1667963797; a=rsa-sha256; cv=none; b=GvoJW7Y714OcQs9drQ04QVauchLF9cdPy4O16+N/MnTs9zxkEO8q0qJvkbo7zSK1CU25Wb cZjwZj5KSsNFScZW5ramA33XWsk7UbkeFER4T8+YTSCZlaeHe1FbzKESDc8HhaaqA7+kkh wFKJ0XAYozNZtEL+OI2oMxPS5YxEQFbk4P/q6mht5dWmPLeDP8pN+an5C+p1oZG3pPP1fX xJmkFeVIN29sP9UalChKpSE3+1OZQSTkpvCyBQCBdt7Vv+IAbnVSTdH/XCHssCmqiCEaSm BVvjfNQmLU7F+PPb88hpg+JJ6+HNpk3ZdSYbWrmzklgDrGksOnTaM/z40WCNUw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=ChJlsdLw; 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: 6.58 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=ChJlsdLw; 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: 6C7C23BB57 X-Spam-Score: 6.58 X-Migadu-Scanner: scn1.migadu.com X-TUID: xwHftL0HgTpP * gnu/packages/cran.scm (r-glmnetutils): New variable. --- gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 7f5ad1faf3..71843a8cb6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4153,6 +4153,32 @@ (define-public r-glue Docstrings (PEP-0257) and Julia's Triple-Quoted String Literals.") (license license:expat))) +(define-public r-glmnetutils + (package + (name "r-glmnetutils") + (version "1.1.8") + (source (origin + (method url-fetch) + (uri (cran-uri "glmnetUtils" version)) + (sha256 + (base32 + "1k8ivzjgpkm2a948qxx3wmkhlppbk31qc76spv2pscmp24x0lxyn")))) + (properties `((upstream-name . "glmnetUtils"))) + (build-system r-build-system) + (propagated-inputs + (list r-glmnet + r-matrix)) + (native-inputs (list r-knitr)) + (home-page "https://github.com/hongooi73/glmnetUtils") + (synopsis + "Streamline the process of fitting elastic net models with glmnet") + (description + "This package provides a collection of tools to streamline the process of +fitting elastic net models with @code{glmnet}. In addition to providing a formula +interface, it also features a function @code{cva.glmnet} to do crossvalidation +for both α and λ, as well as some utility functions.") + (license license:gpl2))) + (define-public r-paletteer (package (name "r-paletteer") -- 2.38.1