pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
R-listenv: import R-listenv-0.9.0 as wip/R-listenv
Module Name: pkgsrc-wip
Committed By: Brook Milligan <brook%nmsu.edu@localhost>
Pushed By: brook
Date: Fri Dec 1 13:11:23 2023 -0700
Changeset: f769cff5361f2725fdc46a2db75806e299a2962b
Modified Files:
Makefile
Added Files:
R-listenv/DESCR
R-listenv/Makefile
R-listenv/distinfo
Log Message:
R-listenv: import R-listenv-0.9.0 as wip/R-listenv
List environments are environments that have list-like properties.
For instance, the elements of a list environment are ordered and can
be accessed and iterated over using index subsetting, e.g. 'x <-
listenv(a = 1, b = 2); for (i in seq_along(x)) x[[i]] <- x[[i]] ^ 2; y
<- as.list(x)'.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f769cff5361f2725fdc46a2db75806e299a2962b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
R-listenv/DESCR | 5 +++++
R-listenv/Makefile | 14 ++++++++++++++
R-listenv/distinfo | 5 +++++
4 files changed, 25 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 9beaae7019..746a06d8ee 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,7 @@ SUBDIR+= R-getopt
SUBDIR+= R-gmp
SUBDIR+= R-graph
SUBDIR+= R-httpcode
+SUBDIR+= R-listenv
SUBDIR+= R-lsei
SUBDIR+= R-mclust
SUBDIR+= R-mpfr
diff --git a/R-listenv/DESCR b/R-listenv/DESCR
new file mode 100644
index 0000000000..dee9f0a624
--- /dev/null
+++ b/R-listenv/DESCR
@@ -0,0 +1,5 @@
+List environments are environments that have list-like properties.
+For instance, the elements of a list environment are ordered and can
+be accessed and iterated over using index subsetting, e.g. 'x <-
+listenv(a = 1, b = 2); for (i in seq_along(x)) x[[i]] <- x[[i]] ^ 2; y
+<- as.list(x)'.
diff --git a/R-listenv/Makefile b/R-listenv/Makefile
new file mode 100644
index 0000000000..602d2d5f35
--- /dev/null
+++ b/R-listenv/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+R_PKGNAME= listenv
+R_PKGVER= 0.9.0
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Environments behaving (almost) as lists
+LICENSE= gnu-lgpl-v2.1
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-listenv/distinfo b/R-listenv/distinfo
new file mode 100644
index 0000000000..01d618479f
--- /dev/null
+++ b/R-listenv/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (R/listenv_0.9.0.tar.gz) = 096c76e81ec31ac0ac60e1572c36753eeb864387d946d99186a7e1fb72cdcba6
+SHA512 (R/listenv_0.9.0.tar.gz) = c532b60a808288221bfbd48919b3ff91c9ba1b790b138ed99c603ecef8c901e5f8d42a7f175e413636ab77dcf7f869e449e1516893080372c7b7b186d9c73db1
+Size (R/listenv_0.9.0.tar.gz) = 36055 bytes
Home |
Main Index |
Thread Index |
Old Index