emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#37600: closed ([PATCH] gnu: Add r-httpcode.)


From: GNU bug Tracking System
Subject: bug#37600: closed ([PATCH] gnu: Add r-httpcode.)
Date: Sat, 21 Mar 2020 20:13:02 +0000

Your message dated Sat, 21 Mar 2020 21:12:49 +0100
with message-id <address@hidden>
and subject line Re: [bug#37600] [PATCH] gnu: Add r-httpcode.
has caused the debbugs.gnu.org bug report #37600,
regarding [PATCH] gnu: Add r-httpcode.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37600: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37600
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-httpcode. Date: Thu, 3 Oct 2019 15:46:37 +0200
From: Wiktor Żelazny <address@hidden>

* gnu/packages/cran.scm (r-httpcode): New variable.
---
 gnu/packages/cran.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3a9a605efe..8d94047475 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15637,3 +15637,22 @@ unique identifiers, and whether it is a certain 
length.  In addition,
 files and to efficiently import multiple tabular data files into one
 data.table.")
     (license license:gpl3)))
+
+(define-public r-httpcode
+  (package
+     (name "r-httpcode")
+     (version "0.2.0")
+     (source (origin
+       (method url-fetch)
+       (uri (cran-uri "httpcode" version))
+       (sha256
+         (base32
+           "06k853ihwzkcx4z3jzazpb03p91frqkwz18jy4fwr8j2nwyqbhgv"))))
+     (build-system r-build-system)
+     (home-page "https://github.com/sckott/httpcode";)
+     (synopsis "HTTP status code helper")
+     (description "@code{httpcode} provides functionality for finding and
+explaining the meaning of @code{HTTP} status codes.  Functions are included for
+searching for codes by full or partial number, by message, and to get
+appropriate dog and cat images for many status codes.")
+     (license license:expat)))
-- 
2.23.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#37600] [PATCH] gnu: Add r-httpcode. Date: Sat, 21 Mar 2020 21:12:49 +0100 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Wiktor Żelazny <address@hidden> writes:

> From: Wiktor Żelazny <address@hidden>
>
> * gnu/packages/cran.scm (r-httpcode): New variable.

Applied, thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]