pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-vctrs: initial commit.
details: https://anonhg.NetBSD.org/pkgsrc/rev/37e222f2517a
branches: trunk
changeset: 398855:37e222f2517a
user: brook <brook%pkgsrc.org@localhost>
date: Wed Jul 31 13:33:31 2019 +0000
description:
R-vctrs: initial commit.
Defines new notions of prototype and size that are used to provide
tools for consistent and well-founded type-coercion and
size-recycling, and are in turn connected to ideas of type- and
size-stability useful for analyzing function interfaces.
diffstat:
doc/CHANGES-2019 | 3 ++-
math/Makefile | 3 ++-
math/R-vctrs/DESCR | 4 ++++
math/R-vctrs/Makefile | 23 +++++++++++++++++++++++
math/R-vctrs/distinfo | 6 ++++++
5 files changed, 37 insertions(+), 2 deletions(-)
diffs (76 lines):
diff -r 0a686063f6bf -r 37e222f2517a doc/CHANGES-2019
--- a/doc/CHANGES-2019 Wed Jul 31 13:31:55 2019 +0000
+++ b/doc/CHANGES-2019 Wed Jul 31 13:33:31 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3114 2019/07/31 13:31:55 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3115 2019/07/31 13:33:31 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5071,3 +5071,4 @@
Added math/R-sandwich version 2.5.1 [brook 2019-07-31]
Added math/R-survey version 3.36 [brook 2019-07-31]
Added math/R-urca version 1.3.0 [brook 2019-07-31]
+ Added math/R-vctrs version 0.2.0 [brook 2019-07-31]
diff -r 0a686063f6bf -r 37e222f2517a math/Makefile
--- a/math/Makefile Wed Jul 31 13:31:55 2019 +0000
+++ b/math/Makefile Wed Jul 31 13:33:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.424 2019/07/31 13:31:55 brook Exp $
+# $NetBSD: Makefile,v 1.425 2019/07/31 13:33:31 brook Exp $
COMMENT= Mathematics
@@ -98,6 +98,7 @@
SUBDIR+= R-survey
SUBDIR+= R-tibble
SUBDIR+= R-urca
+SUBDIR+= R-vctrs
SUBDIR+= R-wle
SUBDIR+= R-xtable
SUBDIR+= R-xts
diff -r 0a686063f6bf -r 37e222f2517a math/R-vctrs/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-vctrs/DESCR Wed Jul 31 13:33:31 2019 +0000
@@ -0,0 +1,4 @@
+Defines new notions of prototype and size that are used to provide
+tools for consistent and well-founded type-coercion and
+size-recycling, and are in turn connected to ideas of type- and
+size-stability useful for analyzing function interfaces.
diff -r 0a686063f6bf -r 37e222f2517a math/R-vctrs/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-vctrs/Makefile Wed Jul 31 13:33:31 2019 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:33:31 brook Exp $
+
+CATEGORIES= math R
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= ${R_HOMEPAGE_BASE}/vctrs/
+COMMENT= Vector helpers
+LICENSE= gnu-gpl-v3
+
+R_PKGNAME= vctrs
+R_PKGVER= 0.2.0
+
+DEPENDS+= R-glue>=1.3.1:../../devel/R-glue
+DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang
+DEPENDS+= R-backports>=1.1.4:../../math/R-backports
+DEPENDS+= R-ellipsis>=0.2.0:../../math/R-ellipsis
+DEPENDS+= R-zeallot>=0.1.0:../../math/R-zeallot
+DEPENDS+= R-digest>=0.6.20:../../security/R-digest
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 0a686063f6bf -r 37e222f2517a math/R-vctrs/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-vctrs/distinfo Wed Jul 31 13:33:31 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:33:31 brook Exp $
+
+SHA1 (R/vctrs_0.2.0.tar.gz) = 3b895360667b117672423c88f9b375ca8fd71428
+RMD160 (R/vctrs_0.2.0.tar.gz) = 2af957bdb8eba94cecb52a4aad98890844c651a2
+SHA512 (R/vctrs_0.2.0.tar.gz) = 446c54e2cb33f2beb1d95afc2e4ca2d297bdf1f62b31c588f314534d856a62607fb2011c9bad1a1270f6da732a3e78f6cefbb0498144bb4dd4a5abf1078a84c2
+Size (R/vctrs_0.2.0.tar.gz) = 668258 bytes
Home |
Main Index |
Thread Index |
Old Index