unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Todor Kondić via Guix-patches via <guix-patches@gnu.org>
To: "40101@debbugs.gnu.org" <40101@debbugs.gnu.org>
Subject: [bug#40101] [PATCH 3/3] gnu: Add r-remoter
Date: Tue, 17 Mar 2020 13:09:48 +0000	[thread overview]
Message-ID: <D2p5VbXq9MjhOxght1J__uQh141RU1w4Lw6tROuCiY7AAOf41MTl4Shnn-L0agTDvITUAxk4-2K370Cl5rwU16dq0DBipwPivf4tBgeL6pI=@protonmail.com> (raw)
In-Reply-To: <0HD-jgnK1IoX44ACJuDfTEKl0iDqgtcVvhNk_Vxq3ULgY_-w2uDojCmYtBRcziY84KfTy4Fc6LxUPuJYt-iitM0U3cZ_DrsqCHB0sjl2GZk=@protonmail.com>

* gnu/packages/statistics.scm (r-remoter): New variable.
---
 gnu/packages/statistics.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index f161e6092e..216703e899 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5869,3 +5869,30 @@ reading user input with masking, so that the input is not displayed as it is
 typed.  Currently, RStudio, the command line (every OS), and any platform
 where tcltk is present are supported.")
     (license license:bsd-2)))
+
+(define-public r-remoter
+  (package
+    (name "r-remoter")
+    (version "0.4-0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "remoter" version))
+        (sha256
+          (base32
+            "1a7m63l8phv5jnazvdqdrqkaqjwqzaac5y4jm2jn0ypy4n8jvkfl"))))
+    (properties `((upstream-name . "remoter")))
+    (build-system r-build-system)
+    (propagated-inputs
+      `(("r-argon2" ,r-argon2)
+        ("r-getpass" ,r-getpass)
+        ("r-pbdzmq" ,r-pbdzmq)
+        ("r-png" ,r-png)))
+    (home-page "https://github.com/RBigData/remoter")
+    (synopsis
+      "Control a Remote R Session from a Local One")
+    (description
+      "This package provides a set of utilities for client/server computing
+with R, controlling a remote R session (the server) from a local one (the
+client).")
+    (license license:bsd-2)))
--
2.25.0






‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Tuesday, 17 March 2020 13:56, <help-debbugs@gnu.org> wrote:

> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
> guix-patches@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 40101@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> 40101: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40101
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems

  parent reply	other threads:[~2020-03-17 13:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-17 12:54 [bug#40101] [PATCH 0/3] gnu: Add r-remoter and its dependencies Todor Kondić via Guix-patches via
2020-03-17 13:06 ` [bug#40101] [PATCH 1/3] gnu: Add r-argon2 Todor Kondić via Guix-patches via
2020-03-17 13:08 ` [bug#40101] [PATCH 2/3] gnu: Add r-getpass Todor Kondić via Guix-patches via
2020-03-17 13:09 ` Todor Kondić via Guix-patches via [this message]
2020-03-25 19:48 ` bug#40101: [PATCH 0/3] gnu: Add r-remoter and its dependencies Leo Famulari

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to='D2p5VbXq9MjhOxght1J__uQh141RU1w4Lw6tROuCiY7AAOf41MTl4Shnn-L0agTDvITUAxk4-2K370Cl5rwU16dq0DBipwPivf4tBgeL6pI=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=40101@debbugs.gnu.org \
    --cc=tk.code@protonmail.com \
    /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 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).