pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-callr: initial commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1a57ef18868
branches:  trunk
changeset: 399459:b1a57ef18868
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 19:05:49 2019 +0000

description:
R-callr: initial commit

It is sometimes useful to perform a computation in a separate R
process, without affecting the current R process at all. This packages
does exactly that.

diffstat:

 devel/Makefile         |   3 ++-
 devel/R-callr/DESCR    |   3 +++
 devel/R-callr/Makefile |  16 ++++++++++++++++
 devel/R-callr/distinfo |   6 ++++++
 doc/CHANGES-2019       |   3 ++-
 5 files changed, 29 insertions(+), 2 deletions(-)

diffs (68 lines):

diff -r 6f8125ee4fda -r b1a57ef18868 devel/Makefile
--- a/devel/Makefile    Fri Aug 09 19:04:57 2019 +0000
+++ b/devel/Makefile    Fri Aug 09 19:05:49 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2889 2019/08/09 19:01:07 brook Exp $
+# $NetBSD: Makefile,v 1.2890 2019/08/09 19:05:49 brook Exp $
 #
 
 COMMENT=       Development utilities
@@ -21,6 +21,7 @@
 SUBDIR+=       R-bit
 SUBDIR+=       R-bit64
 SUBDIR+=       R-blob
+SUBDIR+=       R-callr
 SUBDIR+=       R-checkmate
 SUBDIR+=       R-cli
 SUBDIR+=       R-clipr
diff -r 6f8125ee4fda -r b1a57ef18868 devel/R-callr/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-callr/DESCR       Fri Aug 09 19:05:49 2019 +0000
@@ -0,0 +1,3 @@
+It is sometimes useful to perform a computation in a separate R
+process, without affecting the current R process at all. This packages
+does exactly that.
diff -r 6f8125ee4fda -r b1a57ef18868 devel/R-callr/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-callr/Makefile    Fri Aug 09 19:05:49 2019 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 19:05:49 brook Exp $
+
+R_PKGNAME=     callr
+R_PKGVER=      3.3.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Call R from R
+LICENSE=       mit
+
+DEPENDS+=      R-processx>=3.4.0:../../sysutils/R-processx
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 6f8125ee4fda -r b1a57ef18868 devel/R-callr/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-callr/distinfo    Fri Aug 09 19:05:49 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 19:05:49 brook Exp $
+
+SHA1 (R/callr_3.3.1.tar.gz) = 886f2ea0b8b6cf2f6ccceec6e91aced03100b8bc
+RMD160 (R/callr_3.3.1.tar.gz) = 407a15a6d8bdb732ccd5b859a6a20536424f26d4
+SHA512 (R/callr_3.3.1.tar.gz) = 684d8baa9254b70810f07d5feaa7bd99abd4248e72d94020f8c07b317437b11c7f41083f31157c2005d2ef9f79dccd4537f75a75bf2a7acb7bb4c0b20c33def8
+Size (R/callr_3.3.1.tar.gz) = 94264 bytes
diff -r 6f8125ee4fda -r b1a57ef18868 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 19:04:57 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 19:05:49 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3361 2019/08/09 19:04:58 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3362 2019/08/09 19:05:49 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5484,3 +5484,4 @@
        Added sysutils/R-processx version 3.4.1 [brook 2019-08-09]
        Added sysutils/R-xopen version 1.0.0 [brook 2019-08-09]
        Added security/R-openssl version 1.4.1 [brook 2019-08-09]
+       Added devel/R-callr version 3.3.1 [brook 2019-08-09]



Home | Main Index | Thread Index | Old Index