From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43401) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEByu-0001Yp-Dm for guix-patches@gnu.org; Tue, 17 Mar 2020 09:10:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEByt-0007ER-24 for guix-patches@gnu.org; Tue, 17 Mar 2020 09:10:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60547) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jEBys-0007Co-TR for guix-patches@gnu.org; Tue, 17 Mar 2020 09:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jEBys-00066f-Nq for guix-patches@gnu.org; Tue, 17 Mar 2020 09:10:02 -0400 Subject: [bug#40101] [PATCH 3/3] gnu: Add r-remoter References: <0HD-jgnK1IoX44ACJuDfTEKl0iDqgtcVvhNk_Vxq3ULgY_-w2uDojCmYtBRcziY84KfTy4Fc6LxUPuJYt-iitM0U3cZ_DrsqCHB0sjl2GZk=@protonmail.com> In-Reply-To: <0HD-jgnK1IoX44ACJuDfTEKl0iDqgtcVvhNk_Vxq3ULgY_-w2uDojCmYtBRcziY84KfTy4Fc6LxUPuJYt-iitM0U3cZ_DrsqCHB0sjl2GZk=@protonmail.com> Resent-Message-ID: Date: Tue, 17 Mar 2020 13:09:48 +0000 Message-ID: MIME-Version: 1.0 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" Reply-to: Todor Kondić , Todor Kondić via Guix-patches From: Todor Kondić via Guix-patches via To: "40101@debbugs.gnu.org" <40101@debbugs.gnu.org> * 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 i= s 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 computin= g +with R, controlling a remote R session (the server) from a local one (the +client).") + (license license:bsd-2))) -- 2.25.0 =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Tuesday, 17 March 2020 13:56, 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=3D40101 > GNU Bug Tracking System > Contact help-debbugs@gnu.org with problems