unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37600] [PATCH] gnu: Add r-httpcode.
@ 2019-10-03 13:46 Wiktor Żelazny
  2020-03-21 20:12 ` bug#37600: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Wiktor Żelazny @ 2019-10-03 13:46 UTC (permalink / raw)
  To: 37600

From: Wiktor Żelazny <wzelazny@vurv.cz>

* 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#37600: [PATCH] gnu: Add r-httpcode.
  2019-10-03 13:46 [bug#37600] [PATCH] gnu: Add r-httpcode Wiktor Żelazny
@ 2020-03-21 20:12 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-03-21 20:12 UTC (permalink / raw)
  To: Wiktor Żelazny, 37600-done

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

Wiktor Żelazny <wz@freeshell.de> writes:

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

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-21 20:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-03 13:46 [bug#37600] [PATCH] gnu: Add r-httpcode Wiktor Żelazny
2020-03-21 20:12 ` bug#37600: " Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).