diff options
author | brook <brook@pkgsrc.org> | 2019-07-31 13:34:58 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-07-31 13:34:58 +0000 |
commit | a8ea6f66ca64f63e39e968b7792cd1670d6cfcdb (patch) | |
tree | b1b21d0687673492da53605127e742cf99643117 /math/R-zeallot | |
parent | aece50216a547b9198cd144bec50821b2f397999 (diff) | |
download | pkgsrc-a8ea6f66ca64f63e39e968b7792cd1670d6cfcdb.tar.gz |
R-zeallot: initial commit.
Provides a %<-% operator to perform multiple, unpacking, and
destructuring assignment in R. The operator unpacks the right-hand
side of an assignment into multiple values and assigns these values to
variables on the left-hand side of the assignment.
Diffstat (limited to 'math/R-zeallot')
-rw-r--r-- | math/R-zeallot/DESCR | 4 | ||||
-rw-r--r-- | math/R-zeallot/Makefile | 16 | ||||
-rw-r--r-- | math/R-zeallot/distinfo | 6 |
3 files changed, 26 insertions, 0 deletions
diff --git a/math/R-zeallot/DESCR b/math/R-zeallot/DESCR new file mode 100644 index 00000000000..ca8cd63e7a0 --- /dev/null +++ b/math/R-zeallot/DESCR @@ -0,0 +1,4 @@ +Provides a %<-% operator to perform multiple, unpacking, and +destructuring assignment in R. The operator unpacks the right-hand +side of an assignment into multiple values and assigns these values to +variables on the left-hand side of the assignment. diff --git a/math/R-zeallot/Makefile b/math/R-zeallot/Makefile new file mode 100644 index 00000000000..afafa21a168 --- /dev/null +++ b/math/R-zeallot/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2019/07/31 13:34:58 brook Exp $ + +CATEGORIES= math R + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/zeallot/ +COMMENT= Multiple, unpacking, and destructuring assignment +LICENSE= mit + +R_PKGNAME= zeallot +R_PKGVER= 0.1.0 + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-zeallot/distinfo b/math/R-zeallot/distinfo new file mode 100644 index 00000000000..d33296c426a --- /dev/null +++ b/math/R-zeallot/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/07/31 13:34:58 brook Exp $ + +SHA1 (R/zeallot_0.1.0.tar.gz) = 4ba2ee425f62396ef2d5566ac6e8c94f9a4f7faa +RMD160 (R/zeallot_0.1.0.tar.gz) = e8f4ed7aaed52378a1d5d83c6ca2c425dc0a17db +SHA512 (R/zeallot_0.1.0.tar.gz) = c1d0708b39d11afe4ec3a8d1fc7445b91ce15909887617df608e57be329435cabd9e27c0499261a096050af3ac5bcf3d3283a128807c5edb23c1a8865409293a +Size (R/zeallot_0.1.0.tar.gz) = 32549 bytes |