From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id iCEUH8oikGMSQwAAbAwnHQ (envelope-from ) for ; Wed, 07 Dec 2022 06:21:14 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id GFgHH8oikGMEIAAAauVa8A (envelope-from ) for ; Wed, 07 Dec 2022 06:21:14 +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 22EC2A816 for ; Wed, 7 Dec 2022 06:21:14 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p2mqt-0006lu-So; Wed, 07 Dec 2022 00:20:15 -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 1p2mql-0006h3-DN for guix-patches@gnu.org; Wed, 07 Dec 2022 00:20:07 -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 1p2mql-0007sL-5B for guix-patches@gnu.org; Wed, 07 Dec 2022 00:20:07 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p2mql-0007GL-0P; Wed, 07 Dec 2022 00:20:07 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#59870] [PATCH 11/12] gnu: Add r-plotroc. 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, 07 Dec 2022 05:20:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59870 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: <59870@debbugs.gnu.org> Cc: rekado@elephly.net X-Debbugs-Original-Xcc: rekado@elephly.net Received: via spool by 59870-submit@debbugs.gnu.org id=B59870.167039036227817 (code B ref 59870); Wed, 07 Dec 2022 05:20:06 +0000 Received: (at 59870) by debbugs.gnu.org; 7 Dec 2022 05:19:22 +0000 Received: from localhost ([127.0.0.1]:47529 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p2mq1-0007EV-V6 for submit@debbugs.gnu.org; Wed, 07 Dec 2022 00:19:22 -0500 Received: from c2062.mx.srv.dfn.de ([194.95.238.172]:47555) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p2mpu-0007Ce-TU for 59870@debbugs.gnu.org; Wed, 07 Dec 2022 00:19:15 -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=1670390347; x=1672204748; bh=7VCB+SGdkC6H0XRCO26pd+Di4q1qVwujkzuTFaC20R4=; b=G6nH2n8KlgYE MEqObIswKjdktQjeiH6zuHS8woUAlXCypmtSK9ibWokttepdUqDEvbsxz/0OBdfL zQDgiPOmD3qonqOXoPRZ5oLKAUruN/pwFhguEZFs89/2UymGxYTV9+V+842k55Fg xBo1Dbga22A7F7GZhLq1OBDe8tRqACI= 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 43E2430091D for <59870@debbugs.gnu.org>; Wed, 7 Dec 2022 06:19:07 +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.16; Wed, 7 Dec 2022 06:19:00 +0100 From: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Date: Wed, 7 Dec 2022 06:18:36 +0100 Message-ID: <20221207051837.10970-11-madalinionel.patrascu@mdc-berlin.de> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221207051837.10970-1-madalinionel.patrascu@mdc-berlin.de> References: <20221207051837.10970-1-madalinionel.patrascu@mdc-berlin.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [141.80.113.106] X-ClientProxiedBy: SW-IT-P-EX2.mdc-berlin.net (141.80.113.60) 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-27308.005 X-TM-AS-Result: No-10--1.044400-5.000000 X-TMASE-MatchedRID: /+von0vPuFH/R1NSMc2qCU7nLUqYrlslFIuBIWrdOeOjEIt+uIPPOAbo TDS3zulAcjTcMkuJPYkZijt1cgK90C/33TWoSUH6MKPrF7dK57PTJ9mFZmKqMaY5ZGw7wyeHnUL NgN42j5OWUdTYM5bcqmHdNGuvvf8oo8WMkQWv6iXBcIE78YqRWvcUt5lc1lLgNedi3nDhxyP/it a+mP1RyIaFOzxH3U6EhjGsKTKwfrWdw+hDS1QwP2dR/9bL4U2q2We3mvn2j4v4pISRyw7xq00Kp rl4g/QMvGOp8yjknPVrfyealJIhCdm2xSyikSK/tOdWe/Uk/vuwZO9kmaWWvP8+E8vSQCkfySOb 56URxsg= X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--1.044400-5.000000 X-TMASE-Version: SMEX-14.0.0.3092-9.0.1002-27308.005 X-TM-SNTS-SMTP: 736D371804D21EC95818EC69E11948AA6EA80D7CF942D164666882BA5186978E2002: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=1670390474; 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=PAvwuMrKvQpFYIfGSovbgUS4ffsevD2Cz9RTiOqJiVQ=; b=MsVouvGGjiHdw9SR4vySx5jmqi60k49/ovewsI/MnGS1IhJ2Tf3b3FwFNPVdo/FVtWzc4O NctoHxR8UFXmd1L9J9/8m7e0PEWDh+yUaAWS7/a5fIISE11X2txB+2QjNoFHAIs6BlcCJ+ CaXfglSfxaKpb7gQL+xAL9iRDrF+mG5Vl9eMuizXIPsemw747WD0S30poBvbUnari8YApz SZSJG11Gg/PsC0QH95YIzUXkb/rxOf8Jd1PAGO8eqDg1r0/FK15ITde8/XD77HmN1f+ks6 XO5oLrd5a8GmmW0Mx8JHjEzLVPHgFl++tnVB5NrUk9OVgCHTh//z1/bgHBcCBA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1670390474; a=rsa-sha256; cv=none; b=lFjDQ/ccWVdM3pVYjdFYXgWQV9lo5AzW2TJqBCaU2BnT6QeLa+SyBhzqMtlHeKrTN2XJ/B l46vAJETct7B5CrS7XMLha45Gez0Twcu6pOSLWqLrLNQ1HmO5/cH1h/JLGH1FvKzHX6X3t vZS7T7Iq2iHFA7bVsVxbQxiSc+jCUle9L+PlMTpieWSk6123IxwIXO3wFr3e0x9i/mVYoS /fdUezPTpwRzGjNram2Ui76Rufq+qK3aSHvIzafXQk2slZZXFbaUPhj6/DcOyvOw919q35 +DnlAWp/lC5wHZ83gFpOnG7M5n9Czk2Jx+ZjNdjR56sr41UVl7GXko33Ar/Uyw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=G6nH2n8K; 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: 7.13 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=G6nH2n8K; 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: 22EC2A816 X-Spam-Score: 7.13 X-Migadu-Scanner: scn1.migadu.com X-TUID: NZNyEJ3zO8Gp * gnu/packages/cran.scm (r-plotroc): New variable. --- gnu/packages/cran.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index b61ee1c2dc..87c22810d5 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -21844,6 +21844,36 @@ (define-public r-plot3d includes data sets from oceanography.") (license license:gpl3+))) +(define-public r-plotroc + (package + (name "r-plotroc") + (version "2.3.0") + (source (origin + (method url-fetch) + (uri (cran-uri "plotROC" version)) + (sha256 + (base32 + "0kaz9hrimi9gi7cf7flag9kc9yrg5fdyylqa5hn53x4dy8vhj37g")))) + (properties `((upstream-name . "plotROC"))) + (build-system r-build-system) + (propagated-inputs + (list r-ggplot2 + r-gridsvg + r-plyr + r-rlang + r-shiny)) + (native-inputs (list r-knitr)) + (home-page "https://sachsmc.github.io/plotROC/") + (synopsis "Generating useful receiver operating characteristic curve charts") + (description + "This package generates @acronym{ROC, receiver operating characteristic} +plots. Most ROC curve plots obscure the cutoff values and inhibit interpretation +and comparison of multiple curves. This attempts to address those shortcomings +by providing plotting and interactive tools. Functions are provided to generate +an interactive ROC curve plot for web use, and print versions. A Shiny application +implementing the functions is also included.") + (license license:expat))) + (define-public r-ggfortify (package (name "r-ggfortify") -- 2.38.1