pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-globals (devel/R-globals) import R-globals-0.14.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e081f5125a1
branches:  trunk
changeset: 458542:8e081f5125a1
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Sep 18 06:16:57 2021 +0000

description:
(devel/R-globals) import R-globals-0.14.0

Identifies global ("unknown" or "free") objects in R expressions by
code inspection using various strategies (ordered, liberal, or
conservative).  The objective of this package is to make it as simple
as possible to identify global objects for the purpose of exporting
them in parallel, distributed compute environments.

diffstat:

 devel/R-globals/DESCR    |   5 +++++
 devel/R-globals/Makefile |  15 +++++++++++++++
 devel/R-globals/distinfo |   6 ++++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r c41db28cdc3f -r 8e081f5125a1 devel/R-globals/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-globals/DESCR     Sat Sep 18 06:16:57 2021 +0000
@@ -0,0 +1,5 @@
+Identifies global ("unknown" or "free") objects in R expressions by
+code inspection using various strategies (ordered, liberal, or
+conservative).  The objective of this package is to make it as simple
+as possible to identify global objects for the purpose of exporting
+them in parallel, distributed compute environments.
diff -r c41db28cdc3f -r 8e081f5125a1 devel/R-globals/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-globals/Makefile  Sat Sep 18 06:16:57 2021 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2021/09/18 06:16:57 mef Exp $
+
+R_PKGNAME=     globals
+R_PKGVER=      0.14.0
+
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Identify Global Objects in R Expressions
+LICENSE=       gnu-lgpl-v2.1 OR gnu-lgpl-v3
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r c41db28cdc3f -r 8e081f5125a1 devel/R-globals/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-globals/distinfo  Sat Sep 18 06:16:57 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/09/18 06:16:57 mef Exp $
+
+SHA1 (R/globals_0.14.0.tar.gz) = 152f4110595c8c517f9bdd997fc6695bf0ad47c5
+RMD160 (R/globals_0.14.0.tar.gz) = 3158629d322e22432abecbabbe773003676f48b4
+SHA512 (R/globals_0.14.0.tar.gz) = 6f4e8d8a2fcaacb393cee0e717ee81d266abcff727b7fb2c80a924c66fa5824374375812b156cdfe32b442329af9bae2fa6a1c9d596086b8cc59ab28df3e8929
+Size (R/globals_0.14.0.tar.gz) = 30786 bytes



Home | Main Index | Thread Index | Old Index