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 ms9.migadu.com with LMTPS id EF8+AjajlWSVIgAASxT56A (envelope-from ) for ; Fri, 23 Jun 2023 15:50:46 +0200 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 sP07AjajlWSnRwAA9RJhRA (envelope-from ) for ; Fri, 23 Jun 2023 15:50:46 +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 AF4182E5BD for ; Fri, 23 Jun 2023 15:50:45 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=PnLHsi5p; 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1687528245; a=rsa-sha256; cv=none; b=aYaEOW2WW5tUzSHpr3M3w5tp4jUjhs4ixEmaAMCg7PLclgtou6OEvVPPDQfuvfAKsLrzTw ZTp05tdrwSvkojGbl1JXEBA/aM8kj07IJl+zf6/g4+4N2poLy4kBvQf0g+wR23aleCiylB c++VNB59IQoZRAXG4KfJB6ZGUAaXhE2FNLNuZOlBm6SPyyVe+EmB1QVvbXTUQdKx9bbZqC DR8RdeR1rjP7PiMJpmjcjUYg+/74CrJM4cX67ctwgVhJORZWHQX5+dXs1eJen25JgZgHHV UMs/ReboxUHtbMfXlmAlquCglVLdtRYYhekfDN4+jQyiD/OXgdLjnlxn9KxgJw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=PnLHsi5p; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1687528245; 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=D57cG7tweyqB7sdT2MOLdSzH9o6taZfY7fw6cQ5t57k=; b=oL9ydma3zn7D1RP2bHrPyEx7lB1anENYLJee6IBwW1i+VCrkU4+VWngoHkKzR7g7yigV5g ++pjEijcyEiv5RK/T9+gECpxNl2OxHZvOIdAqz9i5WkKAZOBSsIaFIwjMN/OuU6dJW9B64 lyDeOD9kctFw3rZMRQeYeKgdBP3GQubO3qvzHWtHCoIDTpsjx694yrzMoRvhir022667Rw ZJ3IdSMFGavwkg/szyKN7bZXLncABJ1xLnQkhoeBI5vbRzoaKlD65ZZKavtiIqU6akIMM2 ts1C2rqawLX57Ysk4FlhGW04mNEDpY2zdW8ho+z8IFamd6UIp5r7upQkNH4PKw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qChAq-0001nW-Ay; Fri, 23 Jun 2023 09:50:04 -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 1qChAp-0001lF-1t for guix-patches@gnu.org; Fri, 23 Jun 2023 09:50: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 1qChAo-00077s-OO for guix-patches@gnu.org; Fri, 23 Jun 2023 09:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qChAo-0007H3-Kk for guix-patches@gnu.org; Fri, 23 Jun 2023 09:50:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64250] [PATCH 02/15] gnu: Add r-smoof. Resent-From: Navid Afkhami Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 23 Jun 2023 13:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64250 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: <64250@debbugs.gnu.org> Cc: Navid Afkhami Received: via spool by 64250-submit@debbugs.gnu.org id=B64250.168752816327743 (code B ref 64250); Fri, 23 Jun 2023 13:50:02 +0000 Received: (at 64250) by debbugs.gnu.org; 23 Jun 2023 13:49:23 +0000 Received: from localhost ([127.0.0.1]:37914 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qChAB-0007DN-99 for submit@debbugs.gnu.org; Fri, 23 Jun 2023 09:49:23 -0400 Received: from b2062.mx.srv.dfn.de ([194.95.234.172]:37263) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qChA7-0007CS-4v for 64250@debbugs.gnu.org; Fri, 23 Jun 2023 09:49:20 -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 :references:in-reply-to:x-mailer:message-id:date:date:subject :subject:from:from:received; s=mdc; t=1687528152; x=1689342553; bh=ctO3CtVA6WjxR9nKvHuRzft0wAAV8NzU+hEnwgxwAc0=; b=PnLHsi5pXc1t 3GcSbhfFB/FOyyvvJ+0hDWcc92ouMV1OywAExXQ3J352oBn+lIzvmgEv25ZiilQg 6OS4dUykM90nvWpZDhwd4a++aYy+6VRVN4DKAnJGwwetux2OOoYn81diTUwUbeb8 CYs4txX5eIU7LNzpCHKL3rGY/jQLyyw= Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=141.80.113.62; helo=sw-it-p-ex4.mdc-berlin.net; envelope-from=navid.afkhami@mdc-berlin.de; receiver= Received: from SW-IT-P-EX4.mdc-berlin.net (mgw4.mdc-berlin.de [141.80.113.62]) by b2062.mx.srv.dfn.de (Postfix) with ESMTPS id 7FFA8160231 for <64250@debbugs.gnu.org>; Fri, 23 Jun 2023 15:49:12 +0200 (CEST) Received: from localhost (141.80.218.27) 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.27; Fri, 23 Jun 2023 15:49:11 +0200 From: Navid Afkhami Date: Fri, 23 Jun 2023 13:48:46 +0000 Message-ID: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [141.80.218.27] 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-27708.007 X-TM-AS-Result: No-10--2.387400-5.000000 X-TMASE-MatchedRID: 2wfub8HDRfP/R1NSMc2qCU7nLUqYrlslFIuBIWrdOeOjEIt+uIPPOAbo TDS3zulAcjTcMkuJPYkZijt1cgK90C/33TWoSUH6MKPrF7dK57Nr2qJoNIuCjaY5ZGw7wyeHAaX 1NfHWjBdWB1RwyLtLNRj8sm2zlCu+dSOTAPyejIX+xRIVoKNMvBDkv2q7d+VDlwV2iaAfSWcURS Scn+QSXt0H8LFZNFG7IhKJwzCNgn8X9rpBZuBDbb6gjn33bIUBwQK5TP5mBgaZkHhCx8ndAl+24 q8Rr1cnGyH/UIio7iYgAaDhzCwlnQ9FhHzKGjDeDB9RuwibyLdMRgtZb7w9aMbG0bMSRYDWFhno KW4f7Mf1c8RJIeS1QFmKmfpzNHMN X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--2.387400-5.000000 X-TMASE-Version: SMEX-14.0.0.3092-9.0.1002-27708.007 X-TM-SNTS-SMTP: 99EC5B807D94C459DA3FDBE1A817B6CA7EE3DB1C20E4BD40E54F8DDCAEDDF8C62002: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-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: 0.45 X-Migadu-Queue-Id: AF4182E5BD X-Spam-Score: 0.45 X-TUID: 3MdVdKzZ+tQk * gnu/packages/cran.scm (r-smoof): New variable. --- gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index d9a1914eb0..3eec62f9c2 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -8159,6 +8159,34 @@ (define-public r-sm and density estimation") (license license:gpl2+))) +(define-public r-smoof + (package + (name "r-smoof") + (version "1.6.0.3") + (source (origin + (method url-fetch) + (uri (cran-uri "smoof" version)) + (sha256 + (base32 + "1cazhnd0m5jjzixaqgqh2h3rsa2sw3k8slj5cmgm8v47aaqn91mg")))) + (properties `((upstream-name . "smoof"))) + (build-system r-build-system) + (propagated-inputs (list r-bbmisc + r-checkmate + r-ggplot2 + r-paramhelpers + r-rcpp + r-rcpparmadillo)) + (home-page "https://jakobbossek.github.io/smoof/") + (synopsis "Single and multi-objective optimization test functions") + (description + "This tool generates high number of both single- and multi-objective test functions. +These functions are frequently used for the benchmarking of +(numerical) optimization algorithms. Moreover, it offers a +set of convenient functions to generate, plot and work with +objective functions.") + (license license:bsd-2))) + (define-public r-smurf (package (name "r-smurf") -- 2.34.1