GNU bug report logs - #69251
[PATCH] gnu: Add r-abbreviate.

Previous Next

Package: guix-patches;

Reported by: Wiktor Żelazny <wz <at> freeshell.de>

Date: Sun, 18 Feb 2024 18:34:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Wiktor Żelazny <wz <at> freeshell.de>
Subject: bug#69251: closed (Re: [bug#69251] [PATCH] gnu: Add r-abbreviate.)
Date: Mon, 19 Feb 2024 12:59:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#69251: [PATCH] gnu: Add r-abbreviate.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 69251 <at> debbugs.gnu.org.

-- 
69251: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69251
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: Wiktor Żelazny <wz <at> freeshell.de>
Cc: 69251-done <at> debbugs.gnu.org, Skyler Ferris <skyvine <at> protonmail.com>
Subject: Re: [bug#69251] [PATCH] gnu: Add r-abbreviate.
Date: Mon, 19 Feb 2024 13:57:16 +0100
Wiktor Żelazny <wz <at> freeshell.de> writes:

> * gnu/packages/cran.scm (r-abbreviate): New variable.

Applied, thank you!

Skyler: Thanks for the review!

-- 
Ricardo

[Message part 3 (message/rfc822, inline)]
From: Wiktor Żelazny <wz <at> freeshell.de>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add r-abbreviate.
Date: Sun, 18 Feb 2024 19:31:36 +0100
* gnu/packages/cran.scm (r-abbreviate): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index bcb5ab4964..2a5de1d907 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -116,6 +116,26 @@ (define-module (gnu packages cran)
   #:use-module (gnu packages xml)
   #:use-module (gnu packages xorg))
 
+(define-public r-abbreviate
+  (package
+    (name "r-abbreviate")
+    (version "0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "abbreviate" version))
+       (sha256
+        (base32 "1cvjdbi17qz8gr5898zchm5fyz4n51z66lwps25v8a9mhwab8imi"))))
+    (properties `((upstream-name . "abbreviate")))
+    (build-system r-build-system)
+    (home-page "https://github.com/sigbertklinke/abbreviate")
+    (synopsis "Readable string abbreviation")
+    (description
+     "This package abbreviates strings to a specified minimum number of characters,
+such that the strings remain unique (if they originally were).")
+    ;; The license is mentioned in the DESCRIPTION file.
+    (license license:gpl3)))
+
 (define-public r-aer
   (package
     (name "r-aer")

base-commit: fdbf4192f5eaa7fdb5e6e2e98ada0726c8104824
-- 
2.41.0




This bug report was last modified 1 year and 91 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.