guix-patches
[Top][All Lists]
Advanced

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

[bug#40101] [PATCH 3/3] gnu: Add r-remoter


From: Todor Kondić
Subject: [bug#40101] [PATCH 3/3] gnu: Add r-remoter
Date: Tue, 17 Mar 2020 13:09:48 +0000

* 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, <address@hidden> 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):
> address@hidden
>
> If you wish to submit further information on this problem, please
> send it to address@hidden.
>
> Please do not send mail to address@hidden 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 address@hidden with problems







reply via email to

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