From unknown Mon Aug 18 11:24:56 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#40763] New package: r-rserve Resent-From: Eric Brown Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 Apr 2020 11:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 40763 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 40763@debbugs.gnu.org Cc: rekado@elephly.net X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15875538764034 (code B ref -1); Wed, 22 Apr 2020 11:12:01 +0000 Received: (at submit) by debbugs.gnu.org; 22 Apr 2020 11:11:16 +0000 Received: from localhost ([127.0.0.1]:51386 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRDHf-00012y-Fl for submit@debbugs.gnu.org; Wed, 22 Apr 2020 07:11:15 -0400 Received: from lists.gnu.org ([209.51.188.17]:52778) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRDHd-00012q-3c for submit@debbugs.gnu.org; Wed, 22 Apr 2020 07:11:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51038) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRDHc-00032v-KY for guix-patches@gnu.org; Wed, 22 Apr 2020 07:11:12 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KHOP_DYNAMIC, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jRDHX-0005Im-07 for guix-patches@gnu.org; Wed, 22 Apr 2020 07:11:12 -0400 Received: from 216-80-121-173.s13.demp-ubr2.chi-demp.il.static.cable.rcncustomer.com ([216.80.121.173]:60173 helo=ericcbrown.com) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRDHW-000597-9i for guix-patches@gnu.org; Wed, 22 Apr 2020 07:11:06 -0400 Received: from localhost (unknown [192.168.1.1]) by ericcbrown.com (Postfix) with ESMTPSA id E591A4A024AB; Wed, 22 Apr 2020 06:11:04 -0500 (CDT) From: Eric Brown Mail-reply-to: Eric Brown Mail-followup-to: Eric Brown Date: Wed, 22 Apr 2020 06:11:05 -0500 Message-ID: <87tv1bpygm.fsf@ericcbrown.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: none client-ip=216.80.121.173; envelope-from=ecbrown@ericcbrown.com; helo=ericcbrown.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/22 07:11:05 X-ACL-Warn: Detected OS = Mac OS X [generic] [fuzzy] X-Received-From: 216.80.121.173 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain Dear Guix, Please see attached diff for Rserve. Best regards, Eric --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-r-rserve.patch Content-Description: r-rserve >From 41e88e84a22483cb5c1f481b66b51379a1db233b Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Wed, 22 Apr 2020 06:04:59 -0500 Subject: [PATCH] gnu: Add r-rserve. * gnu/packages/cran.scm (r-rserve): New variable. --- gnu/packages/cran.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 70cb7cc700..e92a165607 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -21162,3 +21162,40 @@ evaluated interactively.") Bayes factors, posterior model probabilities, and normalizing constants in general, via different versions of bridge sampling.") (license license:gpl2+))) + +(define-public r-rserve + (package + (name "r-rserve") + (version "1.8-6") + (source + (origin + (method url-fetch) + (uri "http://www.rforge.net/Rserve/snapshot/Rserve_1.8-6.tar.gz") + (sha256 + (base32 + "1imz78wa9rphz9ly1wbz4ahdlzcc9hcfbfgdd2pbnpmipbrpg233")))) + (propagated-inputs + `(("r" ,r) + ("r-checkmate" ,r-checkmate) + ("r-mime" ,r-mime) + ("r-jsonlite" ,r-jsonlite) + ("r-knitr" ,r-knitr) + ("r-r6" ,r-r6) + ("r-rcpp" ,r-rcpp) + ("r-uuid" ,r-uuid))) + (inputs `(("openssl" ,openssl) + ("zlib" ,zlib))) + (build-system r-build-system) + (home-page "https://github.com/s-u/Rserve") + (synopsis + "Server providing access to R from many languages and systems") + (description + "Rserve acts as a socket server (TCP/IP or local sockets) which +allows binary requests to be sent to R. Every connection has a +separate workspace and working directory. Client-side implementations +are available for popular languages such as C/C++ and Java, allowing +any application to use facilities of R without the need of linking to +R code. Rserve supports remote connection, user authentication and +file transfer. A simple R client is included in this package as +well.") + (license license:gpl2))) -- 2.26.2 --=-=-=-- From unknown Mon Aug 18 11:24:56 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#40763] New package: r-rserve Resent-From: Ricardo Wurmus Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 29 Apr 2020 22:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40763 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Eric Brown Cc: 40763@debbugs.gnu.org Received: via spool by 40763-submit@debbugs.gnu.org id=B40763.15881995163543 (code B ref 40763); Wed, 29 Apr 2020 22:32:02 +0000 Received: (at 40763) by debbugs.gnu.org; 29 Apr 2020 22:31:56 +0000 Received: from localhost ([127.0.0.1]:44843 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jTvFD-0000v4-N2 for submit@debbugs.gnu.org; Wed, 29 Apr 2020 18:31:56 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21365) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jTvF9-0000ul-U2 for 40763@debbugs.gnu.org; Wed, 29 Apr 2020 18:31:53 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1588199508; cv=none; d=zohomail.com; s=zohoarc; b=TmspGe/ttGcV9eMs87lrrvg0eNDomczID5f56HkGZdyH59Fq4cYzp50cmi63uASmpqDstuYtQOxVqYPu/RKv5fNPRjOwbYMMkhSx2f3sRWcM/v81YIc/tMwcqQq2KjHgavXzCRPqo4jTWH2uTromaJjArMgUY9xP7wLQE9iZv+0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1588199508; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=a9E58ZQgCCRGewRL0fd5OEvBc0nzlrzNReOcYCqYTk8=; b=GvxPq1ekV4ZL8CcvlTe4lmRu5C9turvf3uAY+690pgVqHcq8hqTQRsWpdoyAmD+iVF6Qm7eCdw/6XR6x4WYOO6twXt0ZMNbr9iY0wxjto2NhZVm2RX7E5CkfjSxGbl2mCqLbsOKLgWWGM2DjEjpRxJF3cg7nzbJoM1lMB90vrxk= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1588199508; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type; bh=a9E58ZQgCCRGewRL0fd5OEvBc0nzlrzNReOcYCqYTk8=; b=Tgl7MS+2w0STfzr0BD58x2e3kRSJDcQi7sQMGolwQy3Ete2pl/s7/53ESNxAs/qA q3SRdORWpHxV6vLhwA3Rg0ujw8ka0HIPuqZOBy9iHBU+wn+bFs2gRTOEGADYP25HsOY G38eCo2rB5XhNM49EUSfbyHO7unvVJ7gt2UHP+UM= Received: from localhost (p54AD4F43.dip0.t-ipconnect.de [84.173.79.67]) by mx.zohomail.com with SMTPS id 1588199505964201.5602099710096; Wed, 29 Apr 2020 15:31:45 -0700 (PDT) References: <87tv1bpygm.fsf@ericcbrown.com> User-agent: mu4e 1.2.0; emacs 26.3 From: Ricardo Wurmus In-reply-to: <87tv1bpygm.fsf@ericcbrown.com> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Thu, 30 Apr 2020 00:31:42 +0200 Message-ID: <87d07p6i0h.fsf@elephly.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-ZohoMailClient: External X-Zoho-Virus-Status: 1 X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Eric, > Please see attached diff for Rserve. Thank you for this patch! > +(define-public r-rserve > + (package > + (name "r-rserve") > + (version "1.8-6") > + (source > + (origin > + (method url-fetch) > + (uri "http://www.rforge.net/Rserve/snapshot/Rserve_1.8-6.tar.gz") Please use (string-append =E2=80=A6 version =E2=80=A6). > + (sha256 > + (base32 > + "1imz78wa9rphz9ly1wbz4ahdlzcc9hcfbfgdd2pbnpmipbrpg233")))) I got a different hash here. Are we sure this URL is stable? > + (propagated-inputs > + `(("r" ,r) This is unusual. Why should R itself be propagated? > + ("r-checkmate" ,r-checkmate) > + ("r-mime" ,r-mime) > + ("r-jsonlite" ,r-jsonlite) > + ("r-knitr" ,r-knitr) > + ("r-r6" ,r-r6) > + ("r-rcpp" ,r-rcpp) > + ("r-uuid" ,r-uuid))) > + (inputs `(("openssl" ,openssl) > + ("zlib" ,zlib))) > + (build-system r-build-system) > + (home-page "https://github.com/s-u/Rserve") > + (synopsis > + "Server providing access to R from many languages and systems") > + (description > + "Rserve acts as a socket server (TCP/IP or local sockets) which > +allows binary requests to be sent to R. Every connection has a > +separate workspace and working directory. Client-side implementations > +are available for popular languages such as C/C++ and Java, allowing > +any application to use facilities of R without the need of linking to > +R code. Rserve supports remote connection, user authentication and > +file transfer. A simple R client is included in this package as > +well.") Please use two spaces after each sentence. Attached is an updated version of your patch. --=20 Ricardo --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-r-rserve.patch >From 747c18d32f2469757cd9ddf75f9cc56b1fb371dc Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Wed, 22 Apr 2020 06:04:59 -0500 Subject: [PATCH] gnu: Add r-rserve. * gnu/packages/cran.scm (r-rserve): New variable. Signed-off-by: Ricardo Wurmus --- gnu/packages/cran.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index baf1e0c18a..18829537e8 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -21633,3 +21633,40 @@ infinite-precision rational arithmetic.") Archive Toolkit. Rxnat uses the XNAT REST API to perform data queries and download images.") (license license:gpl2))) + +(define-public r-rserve + (package + (name "r-rserve") + (version "1.8-6") + (source + (origin + (method url-fetch) + (uri (string-append "http://www.rforge.net/Rserve/snapshot/Rserve_" + version ".tar.gz")) + (sha256 + (base32 + "017kkzv9lxlz9qhg3gprrf1wcyflxrif6wjk27x9b4bdzylw6bsx")))) + (build-system r-build-system) + (propagated-inputs + `(("r-checkmate" ,r-checkmate) + ("r-mime" ,r-mime) + ("r-jsonlite" ,r-jsonlite) + ("r-knitr" ,r-knitr) + ("r-r6" ,r-r6) + ("r-rcpp" ,r-rcpp) + ("r-uuid" ,r-uuid))) + (inputs + `(("openssl" ,openssl) + ("zlib" ,zlib))) + (home-page "https://github.com/s-u/Rserve") + (synopsis + "Server providing access to R from many languages and systems") + (description + "Rserve acts as a socket server (TCP/IP or local sockets) which allows +binary requests to be sent to R. Every connection has a separate workspace +and working directory. Client-side implementations are available for popular +languages such as C/C++ and Java, allowing any application to use facilities +of R without the need of linking to R code. Rserve supports remote +connection, user authentication and file transfer. A simple R client is +included in this package as well.") + (license license:gpl2))) -- 2.25.1 --=-=-=-- From unknown Mon Aug 18 11:24:56 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Eric Brown Subject: bug#40763: closed (Re: New package: r-rserve) Message-ID: References: <87k11g24ns.fsf@elephly.net> <87tv1bpygm.fsf@ericcbrown.com> X-Gnu-PR-Message: they-closed 40763 X-Gnu-PR-Package: guix-patches Reply-To: 40763@debbugs.gnu.org Date: Tue, 12 May 2020 22:03:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1589320982-11588-1" This is a multi-part message in MIME format... ------------=_1589320982-11588-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #40763: New package: r-rserve which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 40763@debbugs.gnu.org. --=20 40763: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D40763 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1589320982-11588-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 40763-done) by debbugs.gnu.org; 12 May 2020 22:02:26 +0000 Received: from localhost ([127.0.0.1]:56758 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jYcyn-0002zz-RV for submit@debbugs.gnu.org; Tue, 12 May 2020 18:02:26 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21326) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jYcyl-0002zo-JI for 40763-done@debbugs.gnu.org; Tue, 12 May 2020 18:02:24 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1589320942; cv=none; d=zohomail.com; s=zohoarc; b=UqvgKzk+cVxL1WEysLWGzq6GzXC+kYLjCBcRbzh172MithqpXEWmpt/yUETw5Qz+aF0tuRdOolJmk1/irYnhkarBikv/jRNv46N26quryRRf97n4oxBzWPDAK+JEnknLHFvcaIeGctoDIddQPuDatfp0KFbARYVQB41nCF2Cqzc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1589320942; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=1CGp8ohE4CRAE0xM2LhaJcDDLdaGHC9Y9VRDxnWYvAc=; b=nb4ScZ/16QPGaWw+33AV88D4bTNIYzV9+06a1h2kM9lgTDibdWZimE9I1Zy5oVrgiqB9qNuwGGc7pzsHSOzwP/lkO6eq73l4UDQ8Q7T3tD+0d8sO9GaCz+GORSmtsDMK8tan5v/ZRvqpFX5gREuRbeSWotFMNFoYeOcULx18+iI= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1589320942; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type; bh=1CGp8ohE4CRAE0xM2LhaJcDDLdaGHC9Y9VRDxnWYvAc=; b=FjMxJpr8oTwfTbdGop75c3tuoiGloIo5lKZx6v5KHf8nTDKb+zhNJg+dXaMdrUv1 /OTibVKPm4iENeQBVf3KdTDwiGLYNnDvkFDkSYR7XCVodagD1DVriQu6K97PTHbGBOe SqV70FBhhSNUnTLg3CB9gGM0o0zoME15b+98crYk= Received: from localhost (p54AD4B36.dip0.t-ipconnect.de [84.173.75.54]) by mx.zohomail.com with SMTPS id 1589320939002991.3905546190232; Tue, 12 May 2020 15:02:19 -0700 (PDT) References: <87tv1bpygm.fsf@ericcbrown.com> <87d07p6i0h.fsf@elephly.net> User-agent: mu4e 1.2.0; emacs 26.3 From: Ricardo Wurmus To: Eric Brown Subject: Re: New package: r-rserve In-reply-to: <87d07p6i0h.fsf@elephly.net> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Wed, 13 May 2020 00:02:15 +0200 Message-ID: <87k11g24ns.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40763-done Cc: 40763-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > Attached is an updated version of your patch. I pushed this updated version with commit 1b73fbdf5e3be0d1a90432b63c5eea2cde8c456d. -- Ricardo ------------=_1589320982-11588-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Apr 2020 11:11:16 +0000 Received: from localhost ([127.0.0.1]:51386 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRDHf-00012y-Fl for submit@debbugs.gnu.org; Wed, 22 Apr 2020 07:11:15 -0400 Received: from lists.gnu.org ([209.51.188.17]:52778) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRDHd-00012q-3c for submit@debbugs.gnu.org; Wed, 22 Apr 2020 07:11:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51038) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRDHc-00032v-KY for guix-patches@gnu.org; Wed, 22 Apr 2020 07:11:12 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KHOP_DYNAMIC, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jRDHX-0005Im-07 for guix-patches@gnu.org; Wed, 22 Apr 2020 07:11:12 -0400 Received: from 216-80-121-173.s13.demp-ubr2.chi-demp.il.static.cable.rcncustomer.com ([216.80.121.173]:60173 helo=ericcbrown.com) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRDHW-000597-9i for guix-patches@gnu.org; Wed, 22 Apr 2020 07:11:06 -0400 Received: from localhost (unknown [192.168.1.1]) by ericcbrown.com (Postfix) with ESMTPSA id E591A4A024AB; Wed, 22 Apr 2020 06:11:04 -0500 (CDT) From: Eric Brown To: guix-patches@gnu.org Subject: New package: r-rserve Mail-reply-to: Eric Brown Mail-followup-to: Eric Brown Date: Wed, 22 Apr 2020 06:11:05 -0500 Message-ID: <87tv1bpygm.fsf@ericcbrown.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: none client-ip=216.80.121.173; envelope-from=ecbrown@ericcbrown.com; helo=ericcbrown.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/22 07:11:05 X-ACL-Warn: Detected OS = Mac OS X [generic] [fuzzy] X-Received-From: 216.80.121.173 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: submit Cc: rekado@elephly.net X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain Dear Guix, Please see attached diff for Rserve. Best regards, Eric --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-r-rserve.patch Content-Description: r-rserve >From 41e88e84a22483cb5c1f481b66b51379a1db233b Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Wed, 22 Apr 2020 06:04:59 -0500 Subject: [PATCH] gnu: Add r-rserve. * gnu/packages/cran.scm (r-rserve): New variable. --- gnu/packages/cran.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 70cb7cc700..e92a165607 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -21162,3 +21162,40 @@ evaluated interactively.") Bayes factors, posterior model probabilities, and normalizing constants in general, via different versions of bridge sampling.") (license license:gpl2+))) + +(define-public r-rserve + (package + (name "r-rserve") + (version "1.8-6") + (source + (origin + (method url-fetch) + (uri "http://www.rforge.net/Rserve/snapshot/Rserve_1.8-6.tar.gz") + (sha256 + (base32 + "1imz78wa9rphz9ly1wbz4ahdlzcc9hcfbfgdd2pbnpmipbrpg233")))) + (propagated-inputs + `(("r" ,r) + ("r-checkmate" ,r-checkmate) + ("r-mime" ,r-mime) + ("r-jsonlite" ,r-jsonlite) + ("r-knitr" ,r-knitr) + ("r-r6" ,r-r6) + ("r-rcpp" ,r-rcpp) + ("r-uuid" ,r-uuid))) + (inputs `(("openssl" ,openssl) + ("zlib" ,zlib))) + (build-system r-build-system) + (home-page "https://github.com/s-u/Rserve") + (synopsis + "Server providing access to R from many languages and systems") + (description + "Rserve acts as a socket server (TCP/IP or local sockets) which +allows binary requests to be sent to R. Every connection has a +separate workspace and working directory. Client-side implementations +are available for popular languages such as C/C++ and Java, allowing +any application to use facilities of R without the need of linking to +R code. Rserve supports remote connection, user authentication and +file transfer. A simple R client is included in this package as +well.") + (license license:gpl2))) -- 2.26.2 --=-=-=-- ------------=_1589320982-11588-1--