Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math math/R-tensor: import R-tensor-1.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/ec8cbb9c9938
branches: trunk
changeset: 436645:ec8cbb9c9938
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 07 02:39:42 2020 +0000
description:
math/R-tensor: import R-tensor-1.5
The tensor product of two arrays is notionally an outer product of the
arrays collapsed in specific extents by summing along the appropriate
diagonals.
diffstat:
math/Makefile | 3 ++-
math/R-tensor/DESCR | 3 +++
math/R-tensor/Makefile | 14 ++++++++++++++
math/R-tensor/distinfo | 6 ++++++
4 files changed, 25 insertions(+), 1 deletions(-)
diffs (52 lines):
diff -r 9387157490e6 -r ec8cbb9c9938 math/Makefile
--- a/math/Makefile Fri Aug 07 02:36:41 2020 +0000
+++ b/math/Makefile Fri Aug 07 02:39:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.468 2020/08/06 23:37:21 joerg Exp $
+# $NetBSD: Makefile,v 1.469 2020/08/07 02:39:42 brook Exp $
COMMENT= Mathematics
@@ -103,6 +103,7 @@
SUBDIR+= R-statmod
SUBDIR+= R-stringdist
SUBDIR+= R-survey
+SUBDIR+= R-tensor
SUBDIR+= R-tensorA
SUBDIR+= R-tibble
SUBDIR+= R-tidyr
diff -r 9387157490e6 -r ec8cbb9c9938 math/R-tensor/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-tensor/DESCR Fri Aug 07 02:39:42 2020 +0000
@@ -0,0 +1,3 @@
+The tensor product of two arrays is notionally an outer product of the
+arrays collapsed in specific extents by summing along the appropriate
+diagonals.
diff -r 9387157490e6 -r ec8cbb9c9938 math/R-tensor/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-tensor/Makefile Fri Aug 07 02:39:42 2020 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/08/07 02:39:42 brook Exp $
+
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= ${R_HOMEPAGE_BASE}/tensor/
+COMMENT= Tensor product of arrays
+LICENSE= gnu-gpl-v2
+
+R_PKGNAME= tensor
+R_PKGVER= 1.5
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 9387157490e6 -r ec8cbb9c9938 math/R-tensor/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-tensor/distinfo Fri Aug 07 02:39:42 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/07 02:39:42 brook Exp $
+
+SHA1 (R/tensor_1.5.tar.gz) = 9196690813d5763969e7be0ffb30482a095a5784
+RMD160 (R/tensor_1.5.tar.gz) = 12cd7985464e537fb1f241ab6a6d7ce6e7004c02
+SHA512 (R/tensor_1.5.tar.gz) = 66ba8446b20f1a46da5d1e008f3777c06bf4fa684ebb715c6b8038cd896bbe5bd9b70f3adb98bf41545a1f141429c779a08612a782ac58f42b888d707acf912a
+Size (R/tensor_1.5.tar.gz) = 2518 bytes
Home |
Main Index |
Thread Index |
Old Index