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 ms9.migadu.com with LMTPS id iMQHLs+/MmTANwEASxT56A (envelope-from ) for ; Sun, 09 Apr 2023 15:38:23 +0200 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 IBWxLc+/MmQgTwAAauVa8A (envelope-from ) for ; Sun, 09 Apr 2023 15:38:23 +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 81AB846A64 for ; Sun, 9 Apr 2023 15:38:23 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1plVFB-0007KH-3U; Sun, 09 Apr 2023 09:38:09 -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 1plVF7-0007Hk-B3 for guix-patches@gnu.org; Sun, 09 Apr 2023 09:38:05 -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 1plVF4-0003xO-54 for guix-patches@gnu.org; Sun, 09 Apr 2023 09:38:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1plVF3-00035t-LF for guix-patches@gnu.org; Sun, 09 Apr 2023 09:38:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62733] [PATCH] gnu: Add r-littler Resent-From: kyle Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 09 Apr 2023 13:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62733 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62733@debbugs.gnu.org Cc: rekado@elephly.net, Kyle Andrews Received: via spool by 62733-submit@debbugs.gnu.org id=B62733.168104742711831 (code B ref 62733); Sun, 09 Apr 2023 13:38:01 +0000 Received: (at 62733) by debbugs.gnu.org; 9 Apr 2023 13:37:07 +0000 Received: from localhost ([127.0.0.1]:60384 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1plVEA-00034k-L6 for submit@debbugs.gnu.org; Sun, 09 Apr 2023 09:37:07 -0400 Received: from mout01.posteo.de ([185.67.36.65]:52879) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1plVE8-00034F-QB for 62733@debbugs.gnu.org; Sun, 09 Apr 2023 09:37:05 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 9E2ED2400AA for <62733@debbugs.gnu.org>; Sun, 9 Apr 2023 15:36:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1681047418; bh=5jXEsp2w6k2CYoj70qdhmXHsEdFj9HQ94bWYr5X8CHc=; h=From:To:Cc:Subject:Date:From; b=N62NQIJBk1pNcG13paSehhRe5aoBH/7cQo5aUYX5A23iOdaUkzkByHC34k3EPV4UP mQBzsy59lTMId0mUwlYwUAkWCt3J8yVsRtGDzxsHu/1pzK2G6HX2xVG798PeCKOPAi oPnsdStYZCt6g4Omg93vtGIYvAahB2gkvretYqBDC0/sZRCGmbPVdk663vZAwZUJmk /2dma9/JQO8vkDv/vJQaGEWELvfNm35Mox8BU4EHA325IkG82mbjnWZ6b47E3JeNGI PriF+1t2rGwOM2+YsvEBCVMw8gyML0HA/9aO5Nf7CHOdPcbvz4/AOGwlsdE9EpKSTo wzYY9Z9Mmne9A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PvY6w5Gjfz9rxQ; Sun, 9 Apr 2023 15:36:56 +0200 (CEST) From: kyle Date: Sun, 9 Apr 2023 13:36:54 +0000 Message-Id: In-Reply-To: <62733@debbugs.gnu.org> References: <62733@debbugs.gnu.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 ARC-Seal: i=1; s=key1; d=yhetil.org; t=1681047503; a=rsa-sha256; cv=none; b=BUHX+0H+QrALRe8WITKYdVlwwGe9LA8KLCzcdk8RbROnKf7aUJTSlDFQLLJ78zPV2h9yks TwBCujPWFAJUr0xx3UHQLRrEqry/8xHChm2i9FVTmtMij/aRgmklNIip1HTKCrEMEpEqW2 emwtYCXwnZ6cyl7KZvGGkWkLUnoDzz0TIWNQz+QE1ojEaDC/XtRRKB3UdEPF5XEnImh0XW vnen+DCgk29wiwqlwiSWcEfI0YLANTQB3H4+8Bt0T0kkp+kl+3ok73JrZmHIoCAKujSAoO kBkNy6tubvnQa1Qhrc5Qn1BY6zulnPW8T4IWfg/zIglKO/gxOxDG2+wPCDNh9A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=N62NQIJB; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (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=1681047503; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: 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=kAg9hm4ZZdNyH2+jKLsP2PsOr/c9hiNU51z9qynPVYo=; b=aTTLFN1hJ1hnR9LV9AI6Yb40O8t/96vdAphbowrD/VTHmWuaW71BNkVQsj2+DpuxOgQYwO Q65MepVouRg1uR8iwG+ZBddb/TKGwXGdi4htnkug8qNlEIVs5rMHcDglkTWZ8J4EdAJ0/e e7cx+FkDZyIXXlGwMY5Lxcz6EC5kfGmDuuX9GTLr1+D5K9ApU5/4Qi18J+f14jtachCMT9 etxNgNv7/ZO5v5lUGw5bgrXqYg/Xos7c2TmKdrOW5qMnilqxx5afrDkLnf+7MeO1jrIT/8 Odg3Sgf1PYkdoBYPrpE/okewUySEUerO9d15wNu/jOu8Ss1ZBemzbsF5sACDcw== X-Migadu-Spam-Score: 8.58 X-Spam-Score: 8.58 X-Migadu-Queue-Id: 81AB846A64 X-Migadu-Spam: Yes Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=N62NQIJB; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (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-Scanner: scn1.migadu.com X-Spam: Yes X-TUID: pxgPpct0+sp6 From: Kyle Andrews --- gnu/packages/statistics.scm | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 628057a189..d057f52f08 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -1010,6 +1010,42 @@ (define-public r-labeling algorithms.") (license license:expat))) +(define-public r-littler + (package + (name "r-littler") + (version "0.3.18") + (source (origin + (method url-fetch) + (uri (cran-uri "littler" version)) + (sha256 + (base32 + "1lp6a62g3yhzr4pv9kynibv7k9pd546w6hifs1aficyxbyg4dgqq")))) + (properties `((upstream-name . "littler"))) + (build-system r-build-system) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (add-after 'install 'add-to-path + (lambda _ + (install-file + "inst/bin/r" + (string-append #$output "/bin"))))))) + (inputs (list icu4c)) + (native-inputs + (list r-simplermarkdown automake autoconf zlib pkg-config)) + (home-page "https://github.com/eddelbuettel/littler") + (synopsis "R at the Command-Line via 'r'") + (description + "This package provides a scripting and command-line front-end is provided by r +(aka littler') as a lightweight binary wrapper around the GNU R language and +environment for statistical computing and graphics. While R can be used in +batch mode, the r binary adds full support for both shebang'-style scripting +(i.e. using a hash-mark-exclamation-path expression as the first line in +scripts) as well as command-line use in standard Unix pipelines. In other +words, r provides the R language without the environment.") + (license license:gpl2+))) + (define-public r-magrittr (package (name "r-magrittr") -- 2.39.2