From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56016) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iG1Ud-0005Zc-8L for guix-patches@gnu.org; Thu, 03 Oct 2019 09:50:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iG1UY-0006do-Aa for guix-patches@gnu.org; Thu, 03 Oct 2019 09:50:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58384) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iG1UY-0006dj-8F for guix-patches@gnu.org; Thu, 03 Oct 2019 09:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iG1UY-0004aM-3H for guix-patches@gnu.org; Thu, 03 Oct 2019 09:50:02 -0400 Subject: [bug#37600] [PATCH] gnu: Add r-httpcode. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:55823) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iG1TX-00056t-AR for guix-patches@gnu.org; Thu, 03 Oct 2019 09:49:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iG1TW-0005yq-5q for guix-patches@gnu.org; Thu, 03 Oct 2019 09:48:59 -0400 Received: from freeshell.de ([2a01:360:106::2]:39722) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iG1TV-0005xI-NZ for guix-patches@gnu.org; Thu, 03 Oct 2019 09:48:58 -0400 From: Wiktor =?UTF-8?Q?=C5=BBelazny?= Date: Thu, 3 Oct 2019 15:46:37 +0200 Message-Id: <20191003134637.7040-1-wz@freeshell.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37600@debbugs.gnu.org From: Wiktor =C5=BBelazny * 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 an= d +explaining the meaning of @code{HTTP} status codes. Functions are inclu= ded 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))) --=20 2.23.0