all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 48684@debbugs.gnu.org
Subject: [bug#48684] [PATCH 1/3]: gnu: Add r-webutils
Date: Wed, 26 May 2021 20:55:01 +0000	[thread overview]
Message-ID: <CAO+9K5ogJ3_eZr2HP4JM9-TvTVYkjs=pUHuGLuvhjg1o3zaHFQ@mail.gmail.com> (raw)
In-Reply-To: <CAO+9K5oQAB3_tDsx0Z9h6ch5U8Od0Nc_TOJ1v0OKEBLsmYau2A@mail.gmail.com>

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

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0001-gnu-Add-r-webutils.patch --]
[-- Type: text/x-patch, Size: 1836 bytes --]

From 22f09a7faf4295b76b57a8ff360697b3c3127cfb Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Wed, 26 May 2021 21:41:30 +0100
Subject: [PATCH 1/3] gnu: Add r-webutils

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 19aa2b407b..f7c841ad52 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -34,6 +34,7 @@
 ;;; Copyright © 2020 Simon Tournier <zimon.toutoune@gmail.com>
 ;;; Copyright © 2020 Aniket Patil <aniket112.patil@gmail.com>
 ;;; Copyright © 2021 Tim Howes <timhowes@lavabit.com>
+;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -28997,3 +28998,26 @@ complex functions.")
     (description
       "The Gaussian hypergeometric function for complex numbers.")
     (license license:gpl2)))
+
+(define-public r-webutils
+  (package
+    (name "r-webutils")
+    (version "1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "webutils" version))
+       (sha256
+        (base32 "16a6ds0fnb6y8i1r9ba1hf1ydb53am57s070b3hi5jmrs84b9qik"))))
+    (properties `((upstream-name . "webutils")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-curl" ,r-curl)
+       ("r-jsonlite" ,r-jsonlite)))
+    (home-page "https://github.com/jeroen/webutils")
+    (synopsis "Utility Functions for Developing Web Applications")
+    (description
+     "Parses http request data in application/json, multipart/form-data, or
+application/x-www-form-urlencoded format.  Includes example of hosting and
+parsing html form data in R using either @code{httpuv} or @code{Rhttpd}.")
+    (license license:expat)))
-- 
2.31.1


  parent reply	other threads:[~2021-05-26 20:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-26 20:52 [bug#48684] [PATCH 3/3]: gnu: Add r-opencpu Sharlatan Hellseher
2021-05-26 20:54 ` [bug#48684] [PATCH 2/3]: gnu: Add r-protolite Sharlatan Hellseher
2021-05-26 20:55 ` Sharlatan Hellseher [this message]
2021-07-22  9:38 ` bug#48684: [PATCH 3/3]: gnu: Add r-opencpu Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAO+9K5ogJ3_eZr2HP4JM9-TvTVYkjs=pUHuGLuvhjg1o3zaHFQ@mail.gmail.com' \
    --to=sharlatanus@gmail.com \
    --cc=48684@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.