guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: Add r-remoter.


From: guix-commits
Subject: 03/03: gnu: Add r-remoter.
Date: Wed, 25 Mar 2020 15:46:15 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 0c549393b9b9194f47fbee2bdfa1caf8f4e32b12
Author: Todor Kondić <address@hidden>
AuthorDate: Wed Mar 25 15:39:08 2020 -0400

    gnu: Add r-remoter.
    
    * gnu/packages/cran.scm (r-remoter): New variable.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3447859..c0bd4bf 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20992,3 +20992,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)))



reply via email to

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