svn commit: r467023 - in head/devel: . R-cran-abind

TAKATSU Tomonari tota at FreeBSD.org
Wed Apr 11 03:17:03 UTC 2018


Author: tota
Date: Wed Apr 11 03:17:01 2018
New Revision: 467023
URL: https://svnweb.freebsd.org/changeset/ports/467023

Log:
  - Add new port: devel/R-cran-abind
  
    Combine multidimensional arrays into a single array. This is a
    generalization of 'cbind' and 'rbind'. Works with vectors, matrices,
    and higher-dimensional arrays. Also provides functions 'adrop',
    'asub', and 'afill' for manipulating, extracting and replacing data
    in arrays.
  
    WWW: https://cran.r-project.org/web/packages/abind/

Added:
  head/devel/R-cran-abind/
  head/devel/R-cran-abind/Makefile   (contents, props changed)
  head/devel/R-cran-abind/distinfo   (contents, props changed)
  head/devel/R-cran-abind/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Apr 11 00:56:56 2018	(r467022)
+++ head/devel/Makefile	Wed Apr 11 03:17:01 2018	(r467023)
@@ -8,6 +8,7 @@
     SUBDIR += ElectricFence
     SUBDIR += ORBit2
     SUBDIR += ORBit2-reference
+    SUBDIR += R-cran-abind
     SUBDIR += R-cran-BH
     SUBDIR += R-cran-Defaults
     SUBDIR += R-cran-Hmisc

Added: head/devel/R-cran-abind/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-abind/Makefile	Wed Apr 11 03:17:01 2018	(r467023)
@@ -0,0 +1,16 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	abind
+DISTVERSION=	1.4-5
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Combine Multidimensional Arrays
+
+LICENSE=	LGPL20+
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-abind/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-abind/distinfo	Wed Apr 11 03:17:01 2018	(r467023)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1523353292
+SHA256 (abind_1.4-5.tar.gz) = 3a3ace5afbcb86e56889efcebf3bf5c3bb042a282ba7cc4412d450bb246a3f2c
+SIZE (abind_1.4-5.tar.gz) = 21810

Added: head/devel/R-cran-abind/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-abind/pkg-descr	Wed Apr 11 03:17:01 2018	(r467023)
@@ -0,0 +1,7 @@
+Combine multidimensional arrays into a single array. This is a
+generalization of 'cbind' and 'rbind'. Works with vectors, matrices,
+and higher-dimensional arrays. Also provides functions 'adrop',
+'asub', and 'afill' for manipulating, extracting and replacing data
+in arrays.
+
+WWW: https://cran.r-project.org/web/packages/abind/


More information about the svn-ports-head mailing list